Changeset 7797 for trunk/include/odinlx.h
- Timestamp:
- Feb 3, 2002, 2:16:23 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinlx.h
r5288 r7797 1 /* $Id: odinlx.h,v 1. 7 2001-03-06 21:44:39 mikeExp $ */1 /* $Id: odinlx.h,v 1.8 2002-02-03 13:15:40 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #include <win\peexe.h> 17 17 #include <versionos2.h> 18 19 #define ORDINAL_REGISTERLXDLL 1238 20 #define ORDINAL_UNREGISTERLXDLL 1239 21 #define ORDINAL_REGISTERLXEXE 1237 22 #define ORDINAL_REGISTERDUMMYEXE 1249 18 23 19 24 extern "C" { … … 52 57 //****************************************************************************** 53 58 BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID pResData); 59 60 61 //****************************************************************************** 62 //Create Dummy Exe object 63 //****************************************************************************** 64 BOOL WIN32API RegisterDummyExe(LPSTR pszExeName); 65 54 66 } 55 67 #endif
Note:
See TracChangeset
for help on using the changeset viewer.