pidgin/quail/quail-redux

OMG, it runs on Windows now :-)
advanced-eventloop
2013-09-17, Phil Hannent
cddacbd44ba2
Parents 692b90938442
Children f81a436075cd
OMG, it runs on Windows now :-)
  • +2 -2
    src/main.cpp
  • --- a/src/main.cpp Tue Sep 17 13:59:34 2013 +0100
    +++ b/src/main.cpp Tue Sep 17 15:16:27 2013 +0100
    @@ -20,7 +20,7 @@
    * MA 02111-1307 USA
    */
    -#ifndef Q_OS_WIN
    +#ifdef Q_OS_CYGWIN
    #include "QuailWinGlibEventLoop.h"
    #endif
    @@ -30,7 +30,7 @@
    int main(int argc, char *argv[])
    {
    -#ifdef Q_OS_WIN
    +#ifdef Q_OS_CYGWIN
    QuailEventDispatcherWinGlib quailEventLoop;
    #endif
    QApplication a(argc, argv);