use standard iptypes.h in modern msvc

This commit is contained in:
Doug MacEachern 2008-04-09 23:29:46 +00:00
parent 0bf9cef2bd
commit 60e239f461
1 changed files with 4 additions and 0 deletions

View File

@ -67,8 +67,12 @@ static __inline sigar_uint64_t FileTimeToTime(FILETIME *ft)
lpw, -1, (LPSTR)lpa, chars, \
NULL, NULL))
#ifdef SIGAR_USING_MSC6
/* iptypes.h from vc7, not available in vc6 */
#include "msvc_iptypes.h"
#else
#include "iptypes.h"
#endif
/* from wtsapi32.h not in vs6.0 */
typedef enum {