Skip to content

Commit 09ff17e

Browse files
committed
Fixed quoting of definitions in Windows projectDef.cmake
1 parent fe6db56 commit 09ff17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpgPlugin/Win/projectDef.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ file (GLOB PLATFORM RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
1717
add_definitions(
1818
/D "_ATL_STATIC_REGISTRY"
1919
/D "HAVE_W32_SYSTEM"
20-
/D _FILE_OFFSET_BITS=64
20+
/D "_FILE_OFFSET_BITS=64"
2121
# See note at http://webpg.org/docs/webpg-npapi/classwebpg_plugin_a_p_i_af99142391c5049c827cbe035812954f4.html
22-
/D _EXTENSIONIZE
22+
/D "_EXTENSIONIZE"
2323
)
2424

2525
SOURCE_GROUP(Win FILES ${PLATFORM})

0 commit comments

Comments
 (0)