Salome HOME
bos #18834 [CEA] Restore object browser state when switching from light module to...
[modules/gui.git] / src / HelpBrowser / qtlockedfile_win.cpp
index a86bf3d515a63da0d08dfea8c358113e19eb3626..1d11492b26d1ce0f83749d6a9baa1cefdeb8339b 100644 (file)
@@ -46,9 +46,7 @@
 // Maximum number of concurrent read locks. Must not be greater than MAXIMUM_WAIT_OBJECTS
 #define MAX_READERS MAXIMUM_WAIT_OBJECTS
 
-#if QT_VERSION >= 0x050000
 #define QT_WA(unicode, ansi) unicode
-#endif
 
 Qt::HANDLE QtLockedFile::getMutexHandle(int idx, bool doCreate)
 {