Changeset 9730 for trunk/include/odinlx.h
- Timestamp:
- Jan 23, 2003, 9:21:30 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinlx.h
r7797 r9730 1 /* $Id: odinlx.h,v 1. 8 2002-02-03 13:15:40 sandervl Exp $ */1 /* $Id: odinlx.h,v 1.9 2003-01-23 20:21:30 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 #define ORDINAL_REGISTERDUMMYEXE 1249 23 23 24 #ifdef __cplusplus 24 25 extern "C" { 26 #endif 25 27 26 28 typedef ULONG (* WIN32API WIN32DLLENTRY)(ULONG hInstance, ULONG reason, LPVOID reserved); 27 29 typedef int (* WIN32API WINMAIN)(HANDLE hInstance, HANDLE hPrevInstance, LPSTR lpCmdLine, int nShowCmd); 30 31 #ifdef __cplusplus 32 } 33 #endif 34 35 #ifdef __cplusplus 28 36 29 37 //****************************************************************************** … … 46 54 DWORD MinorImageVersion = ODINNT_MINOR_VERSION, 47 55 DWORD Subsystem = IMAGE_SUBSYSTEM_WINDOWS_CUI); 56 #else 57 58 DWORD WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint, 59 PVOID pResData, 60 DWORD MajorImageVersion, 61 DWORD MinorImageVersion, 62 DWORD Subsystem) ; 63 64 #endif 48 65 49 66 //****************************************************************************** … … 64 81 BOOL WIN32API RegisterDummyExe(LPSTR pszExeName); 65 82 66 } 83 67 84 #endif
Note:
See TracChangeset
for help on using the changeset viewer.