mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
Fix one compilation error for MSVC 2003 Xbox 1 - size_t is defined
in stddef.h
This commit is contained in:
parent
621c6700fa
commit
12fde25a68
@ -197,6 +197,7 @@
|
||||
* This function wraps the MS version to behave more like the ISO version.
|
||||
*/
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user