Adding Qt patch for mingw gcc 4.3.3.

This commit is contained in:
lotodore
2009-02-16 23:47:08 +00:00
parent f1c5ff3ba2
commit 5ae32a1073
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,13 @@
*** qt_orig\src\gui\inputmethod\qwininputcontext_win.cpp 2008-09-27 12:00:56.000000000 +0200
--- qt\src\gui\inputmethod\qwininputcontext_win.cpp 2009-02-16 21:34:02.403800000 +0100
***************
*** 77,82 ****
--- 77,84 ----
#define IFMETHOD HRESULT STDMETHODCALLTYPE
+ extern bool qt_sendSpontaneousEvent(QObject *, QEvent *);
+
interface IActiveIMMApp : public IUnknown
{
public: