Changeset 9703


Ignore:
Timestamp:
Jan 22, 2003, 1:55:18 PM (22 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/initdll.h

    r9697 r9703  
    6666#endif
    6767
     68#ifdef __cplusplus
     69extern "C" {
     70#endif
     71
    6872ULONG APIENTRY inittermKernel32(ULONG hModule, ULONG ulFlag);
    6973void  APIENTRY cleanupKernel32(ULONG ulReason);
     
    9195ULONG APIENTRY inittermWinSpool(ULONG hModule, ULONG ulFlag);
    9296ULONG APIENTRY inittermDDraw(ULONG hModule, ULONG ulFlag);
     97ULONG APIENTRY inittermNTDLL(ULONG hModule, ULONG ulFlag);
    9398
    9499ULONG APIENTRY InitializeKernel32();
    95100
     101#ifdef __cplusplus
     102}
     103#endif
     104
    96105#endif //__INITDLL_H__
Note: See TracChangeset for help on using the changeset viewer.