Remove _USE_32BIT_TIME_T windows define

Why did we added it in first place?
This commit is contained in:
Gioacchino Mazzurco 2018-10-07 13:07:22 +02:00
parent 329050a9c2
commit 77d938bf52
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
7 changed files with 6 additions and 8 deletions

View file

@ -78,7 +78,7 @@ win32 {
QMAKE_CC = $${QMAKE_CXX}
OBJECTS_DIR = temp/obj
MOC_DIR = temp/moc
DEFINES *= STATICLIB WIN32_LEAN_AND_MEAN _USE_32BIT_TIME_T
DEFINES *= STATICLIB WIN32_LEAN_AND_MEAN
# These have been replaced by _WIN32 && __MINGW32__
#DEFINES *= WINDOWS_SYS WIN32 STATICLIB MINGW