1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Workaround in nfd_win.cpp for MSVC problem in combaseapi.h.

This commit is contained in:
Till Rathmann
2018-08-01 14:44:39 +02:00
parent 659c8e25eb
commit df09fe48cf
2 changed files with 4 additions and 4 deletions
+3
View File
@@ -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"