mirror of https://github.com/mgba-emu/mgba.git
Python: Attempt to fix issues with _pyLog
This commit is contained in:
parent
ca91489e00
commit
1c486cc30b
|
@ -22,10 +22,10 @@
|
|||
#define CXX_GUARD_END
|
||||
|
||||
#define PYCPARSE
|
||||
#define va_list void*
|
||||
|
||||
typedef int... time_t;
|
||||
typedef int... off_t;
|
||||
typedef ... va_list;
|
||||
typedef ...* png_structp;
|
||||
typedef ...* png_infop;
|
||||
typedef ...* png_unknown_chunkp;
|
||||
|
|
Loading…
Reference in New Issue