[host] fix host-windows-cross github compilation

This commit is contained in:
Geoffrey McRae
2024-02-27 18:54:39 +11:00
parent 4408359597
commit 71b826458d
3 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ set(CMAKE_C_STANDARD 11)
if(WIN32)
add_compile_options("-fdebug-prefix-map=${PROJECT_TOP}/=")
add_compile_definitions(__USE_MINGW_ANSI_STDIO=0)
endif()
if(ENABLE_ASAN)

View File

@@ -28,7 +28,6 @@
#include <d3d11.h>
#include <d3d11_4.h>
#include <d3d11on12.h>
#include <dxgi.h>
#include <dxgi1_2.h>