diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-09 10:25:45 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-09 10:25:45 +0000 |
| commit | 58b348369eafd9092bcac565ba861674306e003e (patch) | |
| tree | 1a47e636ec4ccf6c0cb25d1738bc561b52a2c34b /build | |
| parent | 17ae1837d931ad8649ccba938d736ddf047600e7 (diff) | |
| download | zabbix-58b348369eafd9092bcac565ba861674306e003e.tar.gz zabbix-58b348369eafd9092bcac565ba861674306e003e.tar.xz zabbix-58b348369eafd9092bcac565ba861674306e003e.zip | |
- improved 'perf_counter[*]' for WinXX (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3819 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'build')
| -rwxr-xr-x | build/win32/include/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/win32/include/config.h b/build/win32/include/config.h index 2577a2b5..7d6beabc 100755 --- a/build/win32/include/config.h +++ b/build/win32/include/config.h @@ -22,6 +22,9 @@ /* Define to 1 if you have the <pdh.h> header file. */ #define HAVE_PDH_H 1 +/* Define to 1 if you have the <pdhmsg.h> header file. */ +#define HAVE_PDHMSG_H 1 + /* Define to 1 if you have the <psapi.h> header file. */ #define HAVE_PSAPI_H 1 |
