Changeset 9494 for trunk/include
- Timestamp:
- Dec 13, 2002, 5:45:53 PM (23 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
-
custombuild.h (modified) (1 diff)
-
wprocess.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/custombuild.h
r9484 r9494 135 135 136 136 //Override loader names (PEC, PE, W16ODIN) 137 //NOTE: String must be resident138 137 BOOL WIN32API ODIN_SetLoaders(LPCSTR pszPECmdLoader, LPCSTR pszPEGUILoader, 139 138 LPCSTR pszNELoader); 139 140 //Returns path of loaders 141 BOOL WIN32API ODIN_QueryLoaders(LPSTR pszPECmdLoader, INT cchPECmdLoader, 142 LPSTR pszPEGUILoader, INT cchPEGUILoader, 143 LPSTR pszNELoader, INT cchNELoader); 140 144 141 145 //Custom build function to disable loading of LX dlls -
trunk/include/wprocess.h
r8645 r9494 70 70 71 71 ULONG InitCommandLine(const char *pszPeExe); 72 BOOL InitLoaders(); 72 73 73 74 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
