mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
reordering the #include lets you build this file with latest mingw headers (nw)
This commit is contained in:
parent
644b5d761e
commit
c3b10caf4e
@ -8,10 +8,7 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include "unicode.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "strconv.h"
|
||||
#define UTF8PROC_DLLEXPORT
|
||||
#endif
|
||||
|
||||
@ -20,6 +17,12 @@
|
||||
#include <codecvt>
|
||||
#include <locale>
|
||||
|
||||
#include "unicode.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "strconv.h"
|
||||
#endif
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// uchar_isvalid - return true if a given
|
||||
|
Loading…
Reference in New Issue
Block a user