Skip to content

Commit c2446bd

Browse files
committed
winxp
1 parent fd6aa1b commit c2446bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,10 @@ endif ()
599599

600600
add_executable ( openxcom ${application_type} ${openxcom_src} ${openxcom_icon} )
601601

602+
if (WIN32)
603+
target_compile_definitions(openxcom PRIVATE __NO_DBGHELP)
604+
endif ()
605+
602606
if ( EMBED_ASSETS )
603607
add_dependencies(openxcom zips)
604608
endif ()

0 commit comments

Comments
 (0)