Changeset 6473 for trunk/include
- Timestamp:
- Aug 6, 2001, 9:39:04 PM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/initdll.h
r6398 r6473 84 84 ULONG APIENTRY InitializeKernel32(); 85 85 86 #define ORDINALBASE_GDI32 0 87 #define ORDINALBASE_USER32 1000 88 #define ORDINALBASE_KERNEL32 3000 89 #define ORDINALBASE_SHELL32 9000 90 #define ORDINALBASE_COMCTL32 7000 91 #define ORDINALBASE_OLE32 10000 92 #define ORDINALBASE_WSOCK32 11000 93 #define ORDINALBASE_SHLWAPI 13000 94 86 95 #endif //__INITDLL_H__ -
trunk/include/odinapi.h
r6401 r6473 9 9 10 10 void WIN32API SetRegistryRootKey(HKEY hRootkey, HKEY hKey); 11 void WIN32API SetCustomBuildName(char *lpszName );11 void WIN32API SetCustomBuildName(char *lpszName, DWORD ordinalbase); 12 12 13 13 #endif //__WINUSER32_H__
Note:
See TracChangeset
for help on using the changeset viewer.