diff options
| author | Stefan Boberg <[email protected]> | 2021-08-24 18:06:25 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-24 18:06:25 +0200 |
| commit | d14a293c989faea0c86073e538469363a45d5118 (patch) | |
| tree | e0dd61f88d07689996c1fde4d516ca217eed2b6b /zencore/include | |
| parent | Added file names to IoBuffer exception context (diff) | |
| download | zen-d14a293c989faea0c86073e538469363a45d5118.tar.xz zen-d14a293c989faea0c86073e538469363a45d5118.zip | |
#undef GetObject to avoid problems in CompactBinaryPackage
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/windows.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/include/zencore/windows.h b/zencore/include/zencore/windows.h index 8888bf757..b80803a31 100644 --- a/zencore/include/zencore/windows.h +++ b/zencore/include/zencore/windows.h @@ -8,3 +8,5 @@ struct IUnknown; // Workaround for "combaseapi.h(229): error C2187: syntax erro #endif #define WIN32_LEAN_AND_MEAN #include <windows.h> + +#undef GetObject
\ No newline at end of file |