diff options
| author | Pietro Gagliardi <[email protected]> | 2015-01-04 01:13:35 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-01-04 01:13:35 -0500 |
| commit | 085fc00f8131e2adaae601f5ffbdf2728edeb06a (patch) | |
| tree | ebe9caaa2cdacd95df0557d42ed71ae48b954824 /winapi_windows.h | |
| parent | 3a9842e86c004588cf6eb57dc3db550289f51b11 (diff) | |
Added the standard accessible object, added it to a few navigation-related places to make Inspect.exe's life easier, and added some more get_accName() debug stuff.
Diffstat (limited to 'winapi_windows.h')
| -rw-r--r-- | winapi_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winapi_windows.h b/winapi_windows.h index b6b436a..651d7ca 100644 --- a/winapi_windows.h +++ b/winapi_windows.h @@ -9,6 +9,7 @@ #define STRICT #define STRICT_TYPED_ITEMIDS #define CINTERFACE +#define COBJMACROS // get Windows version right; right now Windows XP #define WINVER 0x0501 #define _WIN32_WINNT 0x0501 |
