From c32e95890ee4608d15909e1bb5bc594a1596950d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 9 Nov 2014 13:04:04 -0500 Subject: Started the work to add accessibility to the new Windows Table. Also adjusted winapi_windows.h to accomodate this (defined CINTERFACE and included ). --- winapi_windows.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winapi_windows.h') diff --git a/winapi_windows.h b/winapi_windows.h index ba38abc..b6b436a 100644 --- a/winapi_windows.h +++ b/winapi_windows.h @@ -8,6 +8,7 @@ #define _UNICODE #define STRICT #define STRICT_TYPED_ITEMIDS +#define CINTERFACE // get Windows version right; right now Windows XP #define WINVER 0x0501 #define _WIN32_WINNT 0x0501 @@ -24,6 +25,7 @@ #include #include #include +#include // if by some stroke of luck Go ever supports compiling with MSVC, this will need to change // noe that this has to come after the headers above because it's not predefined -- cgit v1.2.3