All pastes #1903869 Raw Edit

anssi

public text v1 · immutable
#1903869 ·published 2010-07-19 18:48 UTC
rendered paste body
diff --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)