Changeset 10490 for trunk/include/custombuild.h
- Timestamp:
- Feb 27, 2004, 9:14:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/custombuild.h
r10456 r10490 9 9 #define DISABLE_AUDIO_KEY "DisableAudio" 10 10 #define DISABLE_ASPI_KEY "DisableASPI" 11 #define ENABLE_POSTSCRIPT_PASSTHROUGH "EnablePostscriptPassthrough" 11 12 12 13 #define ODIN_WIN32_CDCLASS "Win32CDWindowClass" … … 51 52 52 53 typedef struct { 53 PFN_PRECUSTOMIZE pfnPreCustomize; //called after kernel32 , user32 and gdi32 areinitialized54 PFN_PRECUSTOMIZE pfnPreCustomize; //called after kernel32 is initialized 54 55 PFN_POSTCUSTOMIZE pfnPostCustomize; //called at the end of dll load 55 56 PFN_ENDCUSTOMIZE pfnEndCustomize; //called when dll is unloaded … … 423 424 // Special function to change dwords in the startup structure of a process 424 425 void WINAPI ODIN_SetProcessDword( DWORD dwProcessID, INT offset, DWORD value ); 426 427 void WIN32API ODIN_SetPostscriptPassthrough(BOOL fEnable); 425 428 426 429 //PE headers of system dlls … … 465 468 extern IMAGE_FILE_HEADER nt_mciwave_header; 466 469 extern IMAGE_FILE_HEADER nt_urlmon_header; 470 extern IMAGE_FILE_HEADER nt_netapi32_header; 467 471 #ifdef __cplusplus 468 472 }
Note:
See TracChangeset
for help on using the changeset viewer.