mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
[OP-835] Qt 5.1.0 - migrated shared/qtlockedfile/qtlockedfile_win.cpp
This commit is contained in:
parent
a2ba33f28a
commit
1e3117c789
@ -31,6 +31,10 @@
|
||||
#include <qt_windows.h>
|
||||
#include <QtCore/QFileInfo>
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
#define QT_WA(unicode, ansi) unicode
|
||||
#endif
|
||||
|
||||
namespace SharedTools {
|
||||
#define SEMAPHORE_PREFIX "QtLockedFile semaphore "
|
||||
#define MUTEX_PREFIX "QtLockedFile mutex "
|
||||
|
Loading…
x
Reference in New Issue
Block a user