X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=browser_widget.cpp;h=f32240b96eb5bb497f9b9079d3feb7412e935350;hb=588553096cd61ef36c1bc6ab6133764a608b0ef3;hp=07df0d0e86250c72957526144c57b27f1b23b769;hpb=9d2e69a1cf5011f52ae8ec6f5a45c5ddc39ac112;p=videolink.git diff --git a/browser_widget.cpp b/browser_widget.cpp index 07df0d0..f32240b 100644 --- a/browser_widget.cpp +++ b/browser_widget.cpp @@ -8,10 +8,12 @@ #include +#include "wchar_t_short.h" #include #if MOZ_VERSION_MAJOR == 1 && MOZ_VERSION_MINOR == 9 #include #endif +#include "wchar_t_default.h" #include "xpcom_support.hpp" @@ -531,7 +533,7 @@ browser_widget::initialiser::initialiser() #if MOZ_VERSION_MAJOR == 1 && MOZ_VERSION_MINOR == 9 static const GREVersionRange gre_versions = { "1.9a", PR_TRUE, - "1.9.*", PR_TRUE + "1.9.1", PR_FALSE }; char path[PATH_MAX]; check(GRE_GetGREPathWithProperties(&gre_versions, 1, 0, 0, @@ -539,6 +541,7 @@ browser_widget::initialiser::initialiser() check(XPCOMGlueStartup(path)); check(GTKEmbedGlueStartup()); + check(GTKEmbedGlueStartupInternal()); char * last_slash = std::strrchr(path, '/'); if (last_slash != path)