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 ). --- wintable/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wintable/main.c') diff --git a/wintable/main.c b/wintable/main.c index dca29e9..9f09bb3 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -3,6 +3,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 @@ -18,6 +19,7 @@ #include #include #include +#include // #qo LIBS: user32 kernel32 gdi32 comctl32 -- cgit v1.2.3