Changeset 46 for trunk/src/comctl32
- Timestamp:
- Jun 7, 1999, 10:58:22 PM (26 years ago)
- Location:
- trunk/src/comctl32
- Files:
-
- 2 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 -
trunk/src/comctl32/makefile
r44 r46 41 41 42 42 comctl32.obj: comctl32.c 43 initterm.obj: initterm.c 43 initterm.obj: initterm.cpp 44 44 progress.obj: progress.c 45 45 comctl32undoc.obj: comctl32undoc.c … … 58 58 header.obj: header.c 59 59 updown.obj: updown.c 60 rebar :obj: rebar.c60 rebar.obj: rebar.c 61 61 cache.obj: cache.c 62 62 trackbar.obj: trackbar.c
Note:
See TracChangeset
for help on using the changeset viewer.