]> git.decadent.org.uk Git - videolink.git/blobdiff - browser_widget.cpp
Added workaround for XULRunner 1.9's requirement of 16-bit wchar_t. Changing the...
[videolink.git] / browser_widget.cpp
index 07df0d0e86250c72957526144c57b27f1b23b769..baa0748b36eafb9863cfceb7fda2ccbdbb506664 100644 (file)
@@ -8,10 +8,12 @@
 
 #include <limits.h>
 
+#include "wchar_t_short.h"
 #include <gtkmozembed_internal.h>
 #if MOZ_VERSION_MAJOR == 1 && MOZ_VERSION_MINOR == 9
 #include <gtkmozembed_glue.cpp>
 #endif
+#include "wchar_t_default.h"
 
 #include "xpcom_support.hpp"
 
@@ -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)