Changeset 978 for trunk/include/odinlx.h
- Timestamp:
- Sep 18, 1999, 7:47:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinlx.h
r970 r978 1 /* $Id: odinlx.h,v 1. 2 1999-09-18 15:55:45sandervl Exp $ */1 /* $Id: odinlx.h,v 1.3 1999-09-18 17:45:22 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 //System dlls set EntryPoint to 0 23 23 //****************************************************************************** 24 BOOL WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint, PVOID unused);24 BOOL WIN32API RegisterLxDll(HINSTANCE hInstance, WIN32DLLENTRY EntryPoint, PVOID pResData); 25 25 26 26 //****************************************************************************** … … 33 33 //System dlls set EntryPoint to 0 34 34 //****************************************************************************** 35 BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID unused);35 BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID pResData); 36 36 37 37 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.