diff options
Diffstat (limited to 'zenstore/filecas.cpp')
| -rw-r--r-- | zenstore/filecas.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp index f928f5c21..a37450cd8 100644 --- a/zenstore/filecas.cpp +++ b/zenstore/filecas.cpp @@ -22,14 +22,9 @@ #include <functional> #include <unordered_map> -// clang-format off -#include <zencore/prewindows.h> - -struct IUnknown; // Workaround for "combaseapi.h(229): error C2187: syntax error: 'identifier' was unexpected here" when using /permissive- +ZEN_THIRD_PARTY_INCLUDES_START #include <atlfile.h> - -#include <zencore/postwindows.h> -// clang-format on +ZEN_THIRD_PARTY_INCLUDES_END namespace zen { |