Changeset 9703
- Timestamp:
- Jan 22, 2003, 1:55:18 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/initdll.h ¶
r9697 r9703 66 66 #endif 67 67 68 #ifdef __cplusplus 69 extern "C" { 70 #endif 71 68 72 ULONG APIENTRY inittermKernel32(ULONG hModule, ULONG ulFlag); 69 73 void APIENTRY cleanupKernel32(ULONG ulReason); … … 91 95 ULONG APIENTRY inittermWinSpool(ULONG hModule, ULONG ulFlag); 92 96 ULONG APIENTRY inittermDDraw(ULONG hModule, ULONG ulFlag); 97 ULONG APIENTRY inittermNTDLL(ULONG hModule, ULONG ulFlag); 93 98 94 99 ULONG APIENTRY InitializeKernel32(); 95 100 101 #ifdef __cplusplus 102 } 103 #endif 104 96 105 #endif //__INITDLL_H__
Note:
See TracChangeset
for help on using the changeset viewer.