diff options
Diffstat (limited to 'build/win32/include')
-rwxr-xr-x | build/win32/include/config.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/build/win32/include/config.h b/build/win32/include/config.h index a8ff73f6..ef2f9e56 100755 --- a/build/win32/include/config.h +++ b/build/win32/include/config.h @@ -273,12 +273,18 @@ /* Define to 1 if you have the <sys/pstat.h> header file. */ /* #undef HAVE_SYS_PSTAT_H */ -/* Define to 1 if function 'GetPerformanceInfo' exist. */ +/* Define to 1 if function 'GetPerformanceInfo' exist. Supported on 2000,2003,XP,Vista,Longhorn*/ #define HAVE_GETPERFORMANCEINFO 1 -/* Define to 1 if function 'GlobalMemoryStatusEx' exist. */ +/* Define to 1 if function 'GlobalMemoryStatusEx' exist. Supported on 2000,2003,XP,Vista,Longhorn*/ #define HAVE_GLOBALMEMORYSTATUSEX 1 +/* Define to 1 if function 'GetGuiResources' exist. Supported on 2000,2003,XP,Vista,Longhorn*/ +#define HAVE_GETGUIRESOURCES 1 + +/* Define to 1 if function 'GetProcessIoCounters' exist. Supported on 2000,2003,XP,Vista,Longhorn*/ +#define HAVE_GETPROCESSIOCOUNTERS 1 + /* Define to 1 if function 'setpriority' exist. */ //#define HAVE_SYS_RESOURCE_SETPRIORITY 1 |