mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Workaround in nfd_win.cpp for MSVC problem in combaseapi.h.
This commit is contained in:
parent
659c8e25eb
commit
df09fe48cf
@ -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"
|
||||
|
||||
|
||||
|
@ -100,10 +100,7 @@
|
||||
<ClCompile Include="..\..\..\imgui\imgui_demo.cpp" />
|
||||
<ClCompile Include="..\..\..\imgui\imgui_draw.cpp" />
|
||||
<ClCompile Include="..\..\..\nfd\nfd_common.c" />
|
||||
<ClCompile Include="..\..\..\nfd\nfd_win.cpp">
|
||||
<ConformanceMode Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ConformanceMode>
|
||||
<ConformanceMode Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ConformanceMode>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\nfd\nfd_win.cpp" />
|
||||
<ClCompile Include="..\..\..\server\TracyBadVersion.cpp" />
|
||||
<ClCompile Include="..\..\..\server\TracyMemory.cpp" />
|
||||
<ClCompile Include="..\..\..\server\TracyView.cpp" />
|
||||
|
Loading…
Reference in New Issue
Block a user