Remove traces of Q_CYGWIN_WIN

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26916 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2008-10-15 23:00:42 +00:00
parent 60c6b1966d
commit 1ad4fd55ea
2 changed files with 1 additions and 5 deletions

View File

@ -127,10 +127,6 @@ AC_DEFUN([QT4_DO_IT_ALL],
QT4_CPPFLAGS="-DQT_NO_STL -DQT_NO_KEYWORDS"
case ${host} in
*mingw*) QT4_CPPFLAGS="-DQT_DLL $QT4_CPPFLAGS";;
*cygwin*)
if test "x$with_x" = xno ; then
QT4_CPPFLAGS="$QT4_CPPFLAGS -DQ_CYGWIN_WIN"
fi;;
esac
AC_SUBST(QT4_CPPFLAGS)

View 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_CYGWIN_WIN))
#if defined(Q_WS_MACX) || (defined(Q_WS_WIN) && !defined(Q_OS_CYGWIN))
#define USE_NATIVE_FILEDIALOG 1
#endif