Changeset 10444 for trunk/include/custombuild.h
- Timestamp:
- Feb 10, 2004, 4:36:54 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/custombuild.h
r10420 r10444 19 19 20 20 #define INNOWIN_DLLNAME "INNOWIN.DLL" 21 #define INNOWIN_REGISTRY_BASE "Software\\InnoTek\\INNOWIN\\" 22 #define INNOWIN_REG_CURRENTUSER "REGROOT_HKEY_CurrentUser" 23 #define INNOWIN_REG_LOCAL_MACHINE "REGROOT_HKEY_LocalMachine" 24 #define INNOWIN_REG_USERS "REGROOT_HKEY_Users" 21 25 22 26 #define MAKE_BUILDNR(major, minor) ((major << 16) | minor) … … 416 420 void WIN32API SetFreeTypeIntegration(BOOL fEnabled); 417 421 422 // Special function to change dwords in the startup structure of a process 423 void WINAPI ODIN_SetProcessDword( DWORD dwProcessID, INT offset, DWORD value ); 418 424 419 425 //PE headers of system dlls
Note:
See TracChangeset
for help on using the changeset viewer.