Apply suggestions from code review

Style fixes

Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Co-authored-by: Victor Perevertkin <victor@perevertkin.ru>
This commit is contained in:
Jérôme Gardou 2020-10-16 08:41:35 +02:00 committed by Jérôme Gardou
parent 00ed72d7e8
commit c004b53d77
6 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
add_executable(createspec createspec.c)
set_module_type(createspec win32cui)
target_link_libraries(createspec wine)
if (NOT MSVC)
if(NOT MSVC)
target_compile_options(createspec PRIVATE -Wno-stringop-overflow)
endif()
add_importlibs(createspec dbghelp msvcrt kernel32)