This commit is contained in:
Aart Stuurman 2018-01-24 02:09:44 +01:00
parent 413af81635
commit b558b8cac6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if(LINUX_TCP)
add_subdirectory(src/linux_tcp)
endif()
# we have to prevent windows from defining the max macro. TODO more
# we have to prevent windows from defining the max macro. TODO why WIN32_LEAN_AND_MEAN?
if (WIN32)
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
endif()