]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/FileDialog.cpp
Amend f441590c
[lyx.git] / src / frontends / qt4 / FileDialog.cpp
index 8f63d2e18a89584f8c6d45227804cf95c4081dcf..119702fec66b33354206cb58eb60d59ee99a1b44 100644 (file)
@@ -35,7 +35,7 @@
  *
  * Therefore there is a tradeoff in enabling or disabling this (JMarc)
  */
-#if defined(Q_WS_MACX) || (defined(Q_WS_WIN) && !defined(Q_OS_CYGWIN))
+#if defined(Q_OS_MAC) || defined(Q_OS_WIN)
 #define USE_NATIVE_FILEDIALOG 1
 #endif