Changeset 10303 for trunk/include
- Timestamp:
 - Oct 27, 2003, 12:01:59 PM (22 years ago)
 - Location:
 - trunk/include
 - Files:
 - 
      
- 2 edited
 
- 
          
  initdll.h (modified) (2 diffs)
 - 
          
  win32api.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/initdll.h
r9735 r10303 70 70 #endif 71 71 72 typedef ULONG (APIENTRY *PFN_INITDLL)(ULONG hModule, ULONG ulFlag); 73 typedef void (APIENTRY *PFN_CLEANUPDLL)(ULONG ulReason); 74 72 75 ULONG APIENTRY inittermKernel32(ULONG hModule, ULONG ulFlag); 73 76 void APIENTRY cleanupKernel32(ULONG ulReason); … … 77 80 ULONG APIENTRY inittermOdinCtrl(ULONG hModule, ULONG ulFlag); 78 81 82 //NOTE!!!!!!!!!!!!!!!!! 83 //if this list is extended, then update our custombuild code!!!! 84 //NOTE!!!!!!!!!!!!!!!!! 79 85 ULONG APIENTRY inittermWinmm(ULONG hModule, ULONG ulFlag); 80 86 ULONG APIENTRY inittermShell32(ULONG hModule, ULONG ulFlag);  - 
      
trunk/include/win32api.h
r10187 r10303 236 236 INT WINAPI MultiByteToWideChar(UINT,DWORD,LPCSTR,INT,LPWSTR,INT); 237 237 238 HDC WIN32API CreateCompatibleDC( HDC hdc); 239 BOOL WIN32API DeleteDC(HDC hdc); 240 241 HANDLE WINAPI GetCurrentObject(HDC,UINT); 242 238 243 #endif  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  