diff options
Diffstat (limited to 'build/win32')
-rwxr-xr-x | build/win32/include/config.h | 10 | ||||
-rwxr-xr-x | build/win32/project/zabbix_agentd.dsp | 4 |
2 files changed, 12 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 diff --git a/build/win32/project/zabbix_agentd.dsp b/build/win32/project/zabbix_agentd.dsp index fdb471fb..06bc0361 100755 --- a/build/win32/project/zabbix_agentd.dsp +++ b/build/win32/project/zabbix_agentd.dsp @@ -921,6 +921,10 @@ SOURCE=..\..\..\src\libs\zbxsysinfo\win32\sensors.c # End Source File # Begin Source File +SOURCE=..\..\..\src\libs\zbxsysinfo\win32\services.c +# End Source File +# Begin Source File + SOURCE=..\..\..\src\libs\zbxsysinfo\win32\swap.c # End Source File # Begin Source File |