Proper patches for mingw gcc 4.3.3 (qt/boost).
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
--- boost_orig\boost\date_time\tz_db_base.hpp 2008-02-27 21:00:24.000000000 +0100
|
||||||
|
+++ boost\boost\date_time\tz_db_base.hpp 2009-02-18 20:39:09.501600000 +0100
|
||||||
|
@@ -158,7 +158,7 @@
|
||||||
|
typedef typename time_zone_type::base_type time_zone_base_type;
|
||||||
|
typedef typename time_zone_type::time_duration_type time_duration_type;
|
||||||
|
typedef time_zone_names_base<char_type> time_zone_names;
|
||||||
|
- typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;
|
||||||
|
+ typedef boost::date_time::dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;
|
||||||
|
typedef std::basic_string<char_type> string_type;
|
||||||
|
|
||||||
|
//! Constructs an empty database
|
||||||
@@ -1,13 +1,11 @@
|
|||||||
*** qt_orig\src\gui\inputmethod\qwininputcontext_win.cpp 2008-09-27 12:00:56.000000000 +0200
|
--- 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
|
+++ qt\src\gui\inputmethod\qwininputcontext_win.cpp 2009-02-16 23:29:02.667000000 +0100
|
||||||
***************
|
@@ -77,6 +77,8 @@
|
||||||
*** 77,82 ****
|
|
||||||
--- 77,84 ----
|
#define IFMETHOD HRESULT STDMETHODCALLTYPE
|
||||||
|
|
||||||
#define IFMETHOD HRESULT STDMETHODCALLTYPE
|
+extern bool qt_sendSpontaneousEvent(QObject *, QEvent *);
|
||||||
|
+
|
||||||
+ extern bool qt_sendSpontaneousEvent(QObject *, QEvent *);
|
interface IActiveIMMApp : public IUnknown
|
||||||
+
|
{
|
||||||
interface IActiveIMMApp : public IUnknown
|
public:
|
||||||
{
|
|
||||||
public:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user