diff --git a/docs/win32_build_scripts/helper_src/boost.patch b/docs/win32_build_scripts/helper_src/boost.patch new file mode 100644 index 00000000..280a02cb --- /dev/null +++ b/docs/win32_build_scripts/helper_src/boost.patch @@ -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 time_zone_names; +- typedef dst_adjustment_offsets dst_adjustment_offsets; ++ typedef boost::date_time::dst_adjustment_offsets dst_adjustment_offsets; + typedef std::basic_string string_type; + + //! Constructs an empty database diff --git a/docs/win32_build_scripts/helper_src/qt.patch b/docs/win32_build_scripts/helper_src/qt.patch index 18dcba34..6f626785 100644 --- a/docs/win32_build_scripts/helper_src/qt.patch +++ b/docs/win32_build_scripts/helper_src/qt.patch @@ -1,13 +1,11 @@ -*** 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: +--- 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 23:29:02.667000000 +0100 +@@ -77,6 +77,8 @@ + + #define IFMETHOD HRESULT STDMETHODCALLTYPE + ++extern bool qt_sendSpontaneousEvent(QObject *, QEvent *); ++ + interface IActiveIMMApp : public IUnknown + { + public: