mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Code maintenance for Qt 5:
- Fixed compile with MinGW-w64 under Windows git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6866 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
764a6b31ca
commit
31fd6f6261
5 changed files with 22 additions and 7 deletions
|
@ -35,6 +35,10 @@
|
|||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#if defined(WINDOWS_SYS) && defined(__MINGW64_VERSION_MAJOR)
|
||||
#include <windows.h> // for Sleep
|
||||
#endif
|
||||
|
||||
/*******
|
||||
* #define DEBUG_THREADS 1
|
||||
* #define RSMUTEX_ABORT 1 // Catch wrong pthreads mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue