source:
trunk/src/custombuild/ordinals.h@
10366
Last change on this file since 10366 was 6857, checked in by , 24 years ago | |
---|---|
File size: 346 bytes |
Line | |
---|---|
1 | #ifndef __ORINDALS_H__ |
2 | #define __ORINDALS_H__ |
3 | |
4 | #define ORDINALBASE_GDI32 0 |
5 | #define ORDINALBASE_USER32 1000 |
6 | #define ORDINALBASE_KERNEL32 3000 |
7 | #define ORDINALBASE_SHELL32 9000 |
8 | #define ORDINALBASE_COMCTL32 7000 |
9 | #define ORDINALBASE_OLE32 10000 |
10 | #define ORDINALBASE_WSOCK32 11000 |
11 | #define ORDINALBASE_SHLWAPI 13000 |
12 | |
13 | #endif //__ORINDALS_H__ |
Note:
See TracBrowser
for help on using the repository browser.