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 /winapi_windows.h | |
| 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 'winapi_windows.h')
| -rw-r--r-- | winapi_windows.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <vsstyle.h> #include <vssym32.h> #include <stdarg.h> +#include <oleacc.h> // 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 |
