Skip to content

Commit

Permalink
Make windows.h header lighter.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 13, 2023
1 parent 78098ed commit c373a0a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions options_win.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,20 @@
target_compile_definitions(common_options
INTERFACE
WIN32
WIN32_LEAN_AND_MEAN
_WINDOWS
_SCL_SECURE_NO_WARNINGS
NOMINMAX
NOSERVICE
NOMCX
NOIME
NOSOUND
NOCOMM
NOKANJI
NORPC
NOPROXYSTUB
NOIMAGE
NOTAPE
UNICODE
_UNICODE
)
Expand Down

0 comments on commit c373a0a

Please sign in to comment.