mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 22:57:15 +00:00
added std:: to a lot of locations which where
missed and added NOMINMAX to cmakelist
This commit is contained in:
@@ -13,6 +13,7 @@ SET(eqlogin_sources
|
||||
)
|
||||
|
||||
IF(MSVC OR MINGW)
|
||||
ADD_DEFINITIONS(-DNOMINMAX)
|
||||
SET(eqlogin_sources ${eqlogin_sources} Encryption.cpp)
|
||||
ENDIF(MSVC OR MINGW)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user