]> git.decadent.org.uk Git - videolink.git/blobdiff - wchar_t_short.h
Added workaround for XULRunner 1.9's requirement of 16-bit wchar_t. Changing the...
[videolink.git] / wchar_t_short.h
diff --git a/wchar_t_short.h b/wchar_t_short.h
new file mode 100644 (file)
index 0000000..7377c36
--- /dev/null
@@ -0,0 +1,3 @@
+#include <stdint.h>
+#undef wchar_t
+#define wchar_t uint16_t