Compile win_opendir on MSVC

This commit is contained in:
RichardG867
2021-04-17 21:04:31 -03:00
parent 6ab6bcd7a3
commit dfdfc7fd8e

View File

@@ -28,6 +28,8 @@ if(MSVC)
# file when using MSVC, so we might just as well do that! # file when using MSVC, so we might just as well do that!
target_compile_definitions(ui PRIVATE NO_INCLUDE_MANIFEST) target_compile_definitions(ui PRIVATE NO_INCLUDE_MANIFEST)
target_sources(86Box PRIVATE 86Box.manifest) target_sources(86Box PRIVATE 86Box.manifest)
target_sources(plat PRIVATE win_opendir.c)
endif() endif()
if(DINPUT) if(DINPUT)