Skip to content

Commit

Permalink
BUILD: Compile without UNICODE macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed May 14, 2024
1 parent 62ac5fc commit 3584ad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/os.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ add_definitions(

if(WIN32)
add_definitions(
"-DUNICODE"
"-DWIN32_LEAN_AND_MEAN"
# Prevent Windows headers from defining the macros "min" and "max" that mess up e.g. std::min usage
"-DNOMINMAX"
Expand Down

0 comments on commit 3584ad3

Please sign in to comment.