mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue