[Kde-cygwin-cvs] CVS: qt-3/src/kernel qapplication_win.cpp,1.1.2.30.2.82,1.1.2.30.2.83
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-07-17 14:26:17
|
Update of /cvsroot/kde-cygwin/qt-3/src/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14195/src/kernel Modified Files: Tag: QT_WIN32_3_3_BRANCH qapplication_win.cpp Log Message: added imm.h Index: qapplication_win.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/kernel/Attic/qapplication_win.cpp,v retrieving revision 1.1.2.30.2.82 retrieving revision 1.1.2.30.2.83 diff -u -r1.1.2.30.2.82 -r1.1.2.30.2.83 --- qapplication_win.cpp 17 Jul 2005 14:10:02 -0000 1.1.2.30.2.82 +++ qapplication_win.cpp 17 Jul 2005 14:26:07 -0000 1.1.2.30.2.83 @@ -42,6 +42,7 @@ #include "qplatformdefs.h" #include <windowsx.h> #include <ole2.h> // OleInitialize +#include <imm.h> //#define DEBUG_QAPPLICATION //#define QT_REAL_HARD_DEBUG |