Index: af/gr/win/gr_Win32Graphics.cpp =================================================================== --- af/gr/win/gr_Win32Graphics.cpp (revision 35033) +++ af/gr/win/gr_Win32Graphics.cpp (working copy) @@ -1400,6 +1400,11 @@ _setColor(m_3dColors[c]); } +bool GR_Win32Graphics::getColor3D(GR_Color3D name, UT_RGBColor & clr) +{ + return false; +} + void GR_Win32Graphics::init3dColors(void) { m_3dColors[CLR3D_Foreground] = GetSysColor(COLOR_BTNTEXT); Index: af/gr/win/gr_Win32Graphics.h =================================================================== --- af/gr/win/gr_Win32Graphics.h (revision 35033) +++ af/gr/win/gr_Win32Graphics.h (working copy) @@ -252,6 +252,7 @@ virtual void handleSetCursorMessage(void); virtual void setColor3D(GR_Color3D c); + virtual bool getColor3D(GR_Color3D /*name*/, UT_RGBColor & /*color*/); void init3dColors(void); virtual void fillRect(GR_Color3D c, UT_sint32 x, UT_sint32 y, Index: af/util/xp/ut_go_file.cpp =================================================================== --- af/util/xp/ut_go_file.cpp (revision 35033) +++ af/util/xp/ut_go_file.cpp (working copy) @@ -1188,8 +1188,10 @@ return result; } +#ifdef WITH_GSF_INPUT_HTTP if (!strncmp (uri, "http://", 7) || !strncmp (uri, "https://", 8)) return gsf_input_http_new (uri, err); +#endif #if HAVE_GSF_GIO return gsf_input_gio_new_for_uri (uri, err); #elif defined(GOFFICE_WITH_GNOME) Index: wp/main/win/AbiWord.exe.x86.MANIFEST =================================================================== --- wp/main/win/AbiWord.exe.x86.MANIFEST (revision 35033) +++ wp/main/win/AbiWord.exe.x86.MANIFEST (working copy) @@ -1,6 +1,6 @@ -