mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
deploy-ng: fix missing Py_DecodeLocale definition error
This commit is contained in:
parent
4335e3759a
commit
0002030e86
@ -9,6 +9,10 @@
|
|||||||
|
|
||||||
#if PY_MAJOR_VERSION >= 3
|
#if PY_MAJOR_VERSION >= 3
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
|
#if PY_MINOR_VERSION < 5
|
||||||
|
#define Py_DecodeLocale _Py_char2wchar
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MS_WINDOWS
|
#ifdef MS_WINDOWS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user