Changeset 9798 for trunk/include
- Timestamp:
- Feb 13, 2003, 4:29:43 PM (23 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/custombuild.h
r9616 r9798 169 169 FARPROC WIN32API ODIN_SetProcAddress(HMODULE hModule, LPCSTR lpszProc, FARPROC pfnNewProc); 170 170 171 //****************************************************************************** 172 // ODIN_SetTIBSwitch: override TIB switching 173 // 174 // Parameters: 175 // BOOL fSwitchTIB 176 // FALSE -> no TIB selector switching 177 // TRUE -> force TIB selector switching 178 // 179 //****************************************************************************** 180 void WIN32API ODIN_SetTIBSwitch(BOOL fSwitchTIB); 181 171 182 #endif /*__CUSTOMBUILD_H__*/ 172 183 -
trunk/include/wprocess.h
r9494 r9798 48 48 extern BOOL fExeStarted; 49 49 extern BOOL fFreeLibrary; 50 extern BOOL fIsOS2Image; //TRUE -> Odin32 OS/2 application (not converted!) 51 //FALSE -> otherwise 50 extern BOOL fIsOS2Image; //TRUE -> Odin32 OS/2 application (not converted!) 51 //FALSE -> otherwise 52 extern BOOL fSwitchTIBSel; // TRUE -> switch TIB selectors 53 // FALSE -> don't 52 54 extern BOOL fExitProcess; 53 55
Note:
See TracChangeset
for help on using the changeset viewer.