Ignore:
Timestamp:
Feb 10, 2004, 4:36:54 PM (22 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r10420 r10444  
    1919
    2020#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"
    2125
    2226#define MAKE_BUILDNR(major, minor)      ((major << 16) | minor)
     
    416420void WIN32API SetFreeTypeIntegration(BOOL fEnabled);
    417421
     422// Special function to change dwords in the startup structure of a process
     423void WINAPI ODIN_SetProcessDword( DWORD dwProcessID, INT offset, DWORD value );
    418424
    419425//PE headers of system dlls
Note: See TracChangeset for help on using the changeset viewer.