- Solve our wchar_t host problems the easy way by defining WCHAR to "unsigned short...
[reactos.git] / reactos / tools / unicode / mbtowc.c
index 41d2bab..c0e5791 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "wine/unicode.h"
 #include <string.h>
 
+#include "wine/unicode.h"
+
 /* get the decomposition of a Unicode char */
 static int get_decomposition( WCHAR src, WCHAR *dst, unsigned int dstlen )
 {