components/desktop/thunderbird/patches/firefox21-49-hnjfile.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
--- a/components/desktop/thunderbird/patches/firefox21-49-hnjfile.patch	Tue Mar 01 10:33:35 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-This allows us to access some function from wchar.h that other platforms
-can get from stdio.h.
-Potentially send upstream with an ifdef Solaris statement.
-
---- comm-esr31/mozilla/intl/hyphenation/src/hnjalloc.h.orig	2015-06-04 17:42:51.598696275 -0700
-+++ comm-esr31/mozilla/intl/hyphenation/src/hnjalloc.h	2015-06-04 17:42:51.603672670 -0700
-@@ -24,6 +24,7 @@
-  */
- 
- #include <stdio.h> /* ensure stdio.h is loaded before our macros */
-+#include <wchar.h>
- 
- #undef FILE
- #define FILE hnjFile