Changeset 10303 for trunk/include


Ignore:
Timestamp:
Oct 27, 2003, 12:01:59 PM (22 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/initdll.h

    r9735 r10303  
    7070#endif
    7171
     72typedef ULONG (APIENTRY *PFN_INITDLL)(ULONG hModule, ULONG ulFlag);
     73typedef void  (APIENTRY *PFN_CLEANUPDLL)(ULONG ulReason);
     74
    7275ULONG APIENTRY inittermKernel32(ULONG hModule, ULONG ulFlag);
    7376void  APIENTRY cleanupKernel32(ULONG ulReason);
     
    7780ULONG APIENTRY inittermOdinCtrl(ULONG hModule, ULONG ulFlag);
    7881
     82//NOTE!!!!!!!!!!!!!!!!!
     83//if this list is extended, then update our custombuild code!!!!
     84//NOTE!!!!!!!!!!!!!!!!!
    7985ULONG APIENTRY inittermWinmm(ULONG hModule, ULONG ulFlag);
    8086ULONG APIENTRY inittermShell32(ULONG hModule, ULONG ulFlag);
  • trunk/include/win32api.h

    r10187 r10303  
    236236INT       WINAPI MultiByteToWideChar(UINT,DWORD,LPCSTR,INT,LPWSTR,INT);
    237237
     238HDC       WIN32API CreateCompatibleDC( HDC hdc);
     239BOOL      WIN32API DeleteDC(HDC hdc);
     240
     241HANDLE    WINAPI GetCurrentObject(HDC,UINT);
     242
    238243#endif
Note: See TracChangeset for help on using the changeset viewer.