mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Apply suggestions from code review
Style fixes Co-authored-by: Hermès BÉLUSCA - MAÏTO <[email protected]> Co-authored-by: Victor Perevertkin <[email protected]>
This commit is contained in:
committed by
Jérôme Gardou
co-authored by
Hermès BÉLUSCA - MAÏTO
Victor Perevertkin
parent
00ed72d7e8
commit
c004b53d77
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user