Changeset 46 for trunk/src/comctl32/comctl32.h
- Timestamp:
- Jun 7, 1999, 10:58:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/comctl32.h
r44 r46 20 20 21 21 22 #ifdef __cplusplus 23 extern "C" { 24 #endif 25 22 26 /* registers window classes inside this DLL */ 23 void RegisterCOMCTL32WindowClasses(unsigned long hinstDLL); 24 27 void CDECL RegisterCOMCTL32WindowClasses(unsigned long hinstDLL); 28 void CDECL UnregisterCOMCTL32WindowClasses(void); 29 #ifdef __cplusplus 30 } 31 #endif 25 32 26 33
Note:
See TracChangeset
for help on using the changeset viewer.