source:
trunk/include/custombuild.h@
7238
Last change on this file since 7238 was 7238, checked in by , 24 years ago | |
---|---|
File size: 362 bytes |
Line | |
---|---|
1 | #ifndef __CUSTOMBUILD_H__ |
2 | #define __CUSTOMBUILD_H__ |
3 | |
4 | //HKEY_LOCAL_MACHINE |
5 | #define CUSTOM_BUILD_OPTIONS_KEY "System\\CustomBuild" |
6 | #define DISABLE_AUDIO_KEY "DisableAudio" |
7 | |
8 | extern BOOL fCustomBuild; |
9 | |
10 | void InitDirectoriesCustom(char *szSystemDir, char *szWindowsDir); |
11 | |
12 | void DisableOdinIni(); |
13 | void DisableOdinSysMenuItems(); |
14 | |
15 | #endif /*__CUSTOMBUILD_H__*/ |
16 |
Note:
See TracBrowser
for help on using the repository browser.