mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 03:06:31 -04:00
Remove _USE_32BIT_TIME_T windows define
Why did we added it in first place?
This commit is contained in:
parent
329050a9c2
commit
77d938bf52
7 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue