mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
fix: add __WIN32 to cmake definitions
This commit is contained in:
parent
034c878e91
commit
948e76d132
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue