1
0
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:
Philippe Renon 2013-09-15 23:17:17 +02:00
parent a2ba33f28a
commit 1e3117c789

View File

@ -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 "