We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6db56 commit 09ff17eCopy full SHA for 09ff17e
webpgPlugin/Win/projectDef.cmake
@@ -17,9 +17,9 @@ file (GLOB PLATFORM RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
17
add_definitions(
18
/D "_ATL_STATIC_REGISTRY"
19
/D "HAVE_W32_SYSTEM"
20
- /D _FILE_OFFSET_BITS=64
+ /D "_FILE_OFFSET_BITS=64"
21
# See note at http://webpg.org/docs/webpg-npapi/classwebpg_plugin_a_p_i_af99142391c5049c827cbe035812954f4.html
22
- /D _EXTENSIONIZE
+ /D "_EXTENSIONIZE"
23
)
24
25
SOURCE_GROUP(Win FILES ${PLATFORM})
0 commit comments