Revision: 7077
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7077&view=rev
Author:   thjc
Date:     2008-10-07 11:06:27 +0000 (Tue, 07 Oct 2008)

Log Message:
-----------
Applied patch 2110078 libplayerc python bindings compatibility patch

Modified Paths:
--------------
    
code/player/branches/release-2-1-patches/client_libs/libplayerc/bindings/python/playerc.i

Modified: 
code/player/branches/release-2-1-patches/client_libs/libplayerc/bindings/python/playerc.i
===================================================================
--- 
code/player/branches/release-2-1-patches/client_libs/libplayerc/bindings/python/playerc.i
   2008-10-07 10:54:51 UTC (rev 7076)
+++ 
code/player/branches/release-2-1-patches/client_libs/libplayerc/bindings/python/playerc.i
   2008-10-07 11:06:27 UTC (rev 7077)
@@ -3,6 +3,10 @@
 
 %{
 #include "playerc.h"
+
+#ifndef Py_RETURN_NONE
+#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
+#endif
 %}
 
 %include "typemaps.i"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to