Ignore:
Timestamp:
Feb 27, 2004, 9:14:01 PM (22 years ago)
Author:
sandervl
Message:

netapi32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r10456 r10490  
    99#define DISABLE_AUDIO_KEY         "DisableAudio"
    1010#define DISABLE_ASPI_KEY          "DisableASPI"
     11#define ENABLE_POSTSCRIPT_PASSTHROUGH "EnablePostscriptPassthrough"
    1112
    1213#define ODIN_WIN32_CDCLASS        "Win32CDWindowClass"
     
    5152
    5253typedef struct {
    53   PFN_PRECUSTOMIZE    pfnPreCustomize;  //called after kernel32, user32 and gdi32 are initialized
     54  PFN_PRECUSTOMIZE    pfnPreCustomize;  //called after kernel32 is initialized
    5455  PFN_POSTCUSTOMIZE   pfnPostCustomize; //called at the end of dll load
    5556  PFN_ENDCUSTOMIZE    pfnEndCustomize;  //called when dll is unloaded
     
    423424// Special function to change dwords in the startup structure of a process
    424425void WINAPI ODIN_SetProcessDword( DWORD dwProcessID, INT offset, DWORD value );
     426
     427void WIN32API ODIN_SetPostscriptPassthrough(BOOL fEnable);
    425428
    426429//PE headers of system dlls
     
    465468extern IMAGE_FILE_HEADER nt_mciwave_header;
    466469extern IMAGE_FILE_HEADER nt_urlmon_header;
     470extern IMAGE_FILE_HEADER nt_netapi32_header;
    467471#ifdef __cplusplus
    468472}
Note: See TracChangeset for help on using the changeset viewer.