]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file change; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Mon, 26 Feb 2018 20:29:08 +0000 (12:29 -0800)
committerOliver Kurth <okurth@vmware.com>
Mon, 26 Feb 2018 20:29:08 +0000 (12:29 -0800)
open-vm-tools/lib/vmCheck/vmcheck.c

index bbe08a025ff3e1c4e0416288f8219e6eb06346c2..5e726f55342170d305541041db3530caf00f5f92 100644 (file)
 #   include <ntddk.h>
 #endif
 
+#if (!defined(WINNT_DDK) && defined(_WIN32))
+// include windows.h, otherwise DWORD type used in hostinfo.h is not defined
+#  include "windows.h"
+#endif
+
 #include "vmware.h"
 #include "vm_version.h"
 #include "vm_tools_version.h"
+
 #if !defined(WINNT_DDK)
 #  include "hostinfo.h"
 #  include "str.h"