fix compile

This commit is contained in:
Doug MacEachern 2008-04-10 17:38:18 +00:00
parent da647fe47e
commit 5e4f8821cb
1 changed files with 1 additions and 1 deletions

View File

@ -3297,7 +3297,7 @@ int sigar_who_list_get_win32(sigar_t *sigar,
#define VER_NT_WORKSTATION 0x0000001 #define VER_NT_WORKSTATION 0x0000001
#endif #endif
#if SIGAR_USING_MSC6 #ifdef SIGAR_USING_MSC6
#define sigar_wProductType wReserved[1] #define sigar_wProductType wReserved[1]
#else #else
#define sigar_wProductType wProductType #define sigar_wProductType wProductType