rendered paste bodydiff --git a/xbmc/win32/WIN32XBPythonDll.cpp b/xbmc/win32/WIN32XBPythonDll.cppindex c74ec1c..7e50512 100644--- a/xbmc/win32/WIN32XBPythonDll.cpp+++ b/xbmc/win32/WIN32XBPythonDll.cpp@@ -195,11 +195,11 @@ extern "C" return ret; }*/ #ifndef _LINUX- FUNCTION4(PyUnicodeUCS2_AsUTF8String)- FUNCTION4(PyUnicodeUCS2_DecodeUTF8)+ FUNCTION12(PyUnicodeUCS2_AsUTF8String)+ FUNCTION12(PyUnicodeUCS2_DecodeUTF8) #else- FUNCTION4(PyUnicodeUCS4_AsUTF8String)- FUNCTION4(PyUnicodeUCS4_DecodeUTF8)+ FUNCTION12(PyUnicodeUCS4_AsUTF8String)+ FUNCTION12(PyUnicodeUCS4_DecodeUTF8) #endif FUNCTION(Py_MakePendingCalls) FUNCTION(PyEval_SaveThread)