aboutsummaryrefslogtreecommitdiff
path: root/zenstore/filecas.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-16 10:53:54 +0200
committerMartin Ridgers <[email protected]>2021-10-16 10:53:54 +0200
commit8030078d08379d011781c8c09d6840fc24aaec23 (patch)
tree15c5f9b4032140211f34713a034e36ce4b697f78 /zenstore/filecas.cpp
parentMerged main (diff)
parentFixed up some more windows include issues (diff)
downloadzen-8030078d08379d011781c8c09d6840fc24aaec23.tar.xz
zen-8030078d08379d011781c8c09d6840fc24aaec23.zip
Merged main
Diffstat (limited to 'zenstore/filecas.cpp')
-rw-r--r--zenstore/filecas.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp
index ebab7338e..3941499f1 100644
--- a/zenstore/filecas.cpp
+++ b/zenstore/filecas.cpp
@@ -22,16 +22,11 @@
#include <functional>
#include <unordered_map>
-// clang-format off
+ZEN_THIRD_PARTY_INCLUDES_START
#if ZEN_PLATFORM_WINDOWS
-# include <zencore/prewindows.h>
-
- struct IUnknown; // Workaround for "combaseapi.h(229): error C2187: syntax error: 'identifier' was unexpected here" when using /permissive-
# include <atlfile.h>
-
-# include <zencore/postwindows.h>
#endif
-// clang-format on
+ZEN_THIRD_PARTY_INCLUDES_END
namespace zen {