diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-09 13:04:04 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-09 13:04:04 -0500 |
| commit | c32e95890ee4608d15909e1bb5bc594a1596950d (patch) | |
| tree | 1a948614aba493a04354904449078d66214d7aec /wintable/main.c | |
| parent | 855025b2074329fb6f5f815b36b12cca8c79dd9a (diff) | |
Started the work to add accessibility to the new Windows Table. Also adjusted winapi_windows.h to accomodate this (defined CINTERFACE and included <oleacc.h>).
Diffstat (limited to 'wintable/main.c')
| -rw-r--r-- | wintable/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <windowsx.h> #include <vsstyle.h> #include <vssym32.h> +#include <oleacc.h> // #qo LIBS: user32 kernel32 gdi32 comctl32 |
