fix compile against visual studio 6

This commit is contained in:
Doug MacEachern 2009-08-05 16:56:37 -07:00
parent c310dffb84
commit b05f332705
2 changed files with 5 additions and 1 deletions

View File

@ -173,6 +173,10 @@ typedef enum {
SC_STATUS_PROCESS_INFO = 0
} SC_STATUS_TYPE;
#ifndef ERROR_DATATYPE_MISMATCH
#define ERROR_DATATYPE_MISMATCH 1629L
#endif
#endif /* _MSC_VER */
#include <iprtrmib.h>

View File

@ -22,8 +22,8 @@
#include <windows.h>
#include <objbase.h>
#include <wbemidl.h>
#include <comdef.h>
#include <wbemidl.h>
#include "sigar.h"
#pragma comment(lib, "wbemuuid.lib")