comments
This commit is contained in:
parent
413af81635
commit
b558b8cac6
|
|
@ -36,7 +36,7 @@ if(LINUX_TCP)
|
||||||
add_subdirectory(src/linux_tcp)
|
add_subdirectory(src/linux_tcp)
|
||||||
endif()
|
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)
|
if (WIN32)
|
||||||
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue