mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-06-12 23:22:27 +00:00
This is release 0.4; it was tested with python2.5 and python3.0 (rc2 &
3) git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@29 ec2f30ec-7544-0410-870e-f70ca00c83f0
This commit is contained in:
+1
-2
@@ -16,8 +16,7 @@
|
||||
#include "Python.h"
|
||||
#if PY_MAJOR_VERSION < 3
|
||||
#include "stringobject.h"
|
||||
#define PyUnicode_AS_DATA PyString_AS_STRING
|
||||
#define PyUnicode_Check PyString_Check
|
||||
#define PyUnicode_FromString PyString_FromString
|
||||
#endif
|
||||
#include <alsa/asoundlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user