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 /wintable/new/main.c | |
| 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 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index c5a8346..e4d136c 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -4,6 +4,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 |
