Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nfd/nfd_win.cpp')
-rw-r--r--nfd/nfd_win.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/nfd/nfd_win.cpp b/nfd/nfd_win.cpp
index a73fd8a4..37d9b774 100644
--- a/nfd/nfd_win.cpp
+++ b/nfd/nfd_win.cpp
@@ -19,7 +19,10 @@
#include <stdio.h>
#include <assert.h>
#include <windows.h>
+
+struct IUnknown; // Workaround for "combaseapi.h(229): error C2187: syntax error: 'identifier' was unexpected here" when using /permissive-
#include <ShObjIdl.h>
+
#include "nfd_common.h"