mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix: add __WIN32 to cmake definitions
This commit is contained in:
parent
034c878e91
commit
948e76d132
|
@ -121,7 +121,8 @@ if(LINUX)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
add_compile_definitions(NO_EPWING_SUPPORT)
|
add_compile_definitions(NO_EPWING_SUPPORT
|
||||||
|
__WIN32)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#### Sources Files
|
#### Sources Files
|
||||||
|
|
Loading…
Reference in a new issue