fix: add __WIN32 to cmake definitions

This commit is contained in:
shenleban tongying 2023-04-13 02:57:54 -04:00 committed by xiaoyifang
parent 034c878e91
commit 948e76d132

View file

@ -121,7 +121,8 @@ if(LINUX)
endif()
if(MSVC)
add_compile_definitions(NO_EPWING_SUPPORT)
add_compile_definitions(NO_EPWING_SUPPORT
__WIN32)
endif()
#### Sources Files