mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +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
|
#ifdef _WIN32
|
||||||
#include "strconv.h"
|
|
||||||
#define UTF8PROC_DLLEXPORT
|
#define UTF8PROC_DLLEXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -20,6 +17,12 @@
|
|||||||
#include <codecvt>
|
#include <codecvt>
|
||||||
#include <locale>
|
#include <locale>
|
||||||
|
|
||||||
|
#include "unicode.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include "strconv.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
// uchar_isvalid - return true if a given
|
// uchar_isvalid - return true if a given
|
||||||
|
Loading…
Reference in New Issue
Block a user