WIN32: get Unicode filename of Dropped files

This commit is contained in:
Thomas Bernard
2018-12-18 17:52:28 +01:00
parent 322d95add8
commit b706566f57
5 changed files with 55 additions and 38 deletions

View File

@@ -1435,7 +1435,7 @@ int main(int argc,char * argv[])
}
#ifdef _MSC_VER
GFX2_Log(GFX2_DEBUG, "built with _MSC_VER=%d\n", _MSC_VER);
GFX2_Log(GFX2_DEBUG, "built with _MSC_VER=%d Windows ANSI Code Page=%u\n", _MSC_VER, GetACP());
#endif
Main_handler();