From: VMware, Inc <> Date: Mon, 26 Jul 2010 19:17:14 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.07.25-280253~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb02af07da1b9bc2a6dd073d383a761449b37da6;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/hostinfo.h b/open-vm-tools/lib/include/hostinfo.h index c4b8a1877..f3b445e66 100644 --- a/open-vm-tools/lib/include/hostinfo.h +++ b/open-vm-tools/lib/include/hostinfo.h @@ -67,6 +67,7 @@ extern Bool Hostinfo_OSIsSMP(void); #if defined(_WIN32) extern Bool Hostinfo_OSIsWinNT(void); extern Bool Hostinfo_OSIsWow64(void); +DWORD Hostinfo_OpenProcessBits(void); #endif extern Bool Hostinfo_NestingSupported(void); extern Bool Hostinfo_TouchBackDoor(void);