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

@ -23,7 +23,7 @@ win32-g++ {
HEADERS += openpgpsdk/opsstring.h
SOURCES += openpgpsdk/opsstring.c
DEFINES *= WIN32_LEAN_AND_MEAN _USE_32BIT_TIME_T
DEFINES *= WIN32_LEAN_AND_MEAN
# Switch off optimization for release version
QMAKE_CXXFLAGS_RELEASE -= -O2