mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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
|
||||
#include <locale.h>
|
||||
|
||||
#if PY_MINOR_VERSION < 5
|
||||
#define Py_DecodeLocale _Py_char2wchar
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
Loading…
x
Reference in New Issue
Block a user