Ignore:
Timestamp:
Jun 7, 1999, 10:58:22 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32.h

    r44 r46  
    2020
    2121
     22#ifdef __cplusplus
     23extern "C" {
     24#endif
     25
    2226/* registers window classes inside this DLL */
    23 void RegisterCOMCTL32WindowClasses(unsigned long hinstDLL);
    24 
     27void CDECL RegisterCOMCTL32WindowClasses(unsigned long hinstDLL);
     28void CDECL UnregisterCOMCTL32WindowClasses(void);
     29#ifdef __cplusplus
     30}
     31#endif
    2532
    2633
Note: See TracChangeset for help on using the changeset viewer.