mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-14 12:19:06 +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.
|
* This function wraps the MS version to behave more like the ISO version.
|
||||||
*/
|
*/
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stddef.h>
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user