| 1532 | } |
| 1533 | |
| 1534 | static int osCheck4DGtype(int pIntGtype) |
| 1535 | { |
| 1536 | |
| 1537 | if (pIntGtype > 4000 && pIntGtype < 4408) |
| 1538 | { |
| 1539 | if (pIntGtype > 4007) |
| 1540 | pIntGtype-= 400; |
| 1541 | |
| 1542 | if (pIntGtype <= 4007 && pIntGtype != 4004) |
| 1543 | return MS_TRUE; |
| 1544 | |
| 1545 | |
| 1546 | } |
| 1547 | |
| 1548 | return MS_FALSE; |
| 1549 | } |
| 1550 | |
| 1551 | |
| 1552 |