components/desktop/thunderbird/patches/firefox21-49-hnjfile.patch
changeset 5255 cea0e462549a
equal deleted inserted replaced
5252:947514442d05 5255:cea0e462549a
       
     1 This allows us to access some function from wchar.h that other platforms
       
     2 can get from stdio.h.
       
     3 Potentially send upstream with an ifdef Solaris statement.
       
     4 
       
     5 --- comm-esr31/mozilla/intl/hyphenation/src/hnjalloc.h.orig	2015-06-04 17:42:51.598696275 -0700
       
     6 +++ comm-esr31/mozilla/intl/hyphenation/src/hnjalloc.h	2015-06-04 17:42:51.603672670 -0700
       
     7 @@ -24,6 +24,7 @@
       
     8   */
       
     9  
       
    10  #include <stdio.h> /* ensure stdio.h is loaded before our macros */
       
    11 +#include <wchar.h>
       
    12  
       
    13  #undef FILE
       
    14  #define FILE hnjFile