mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 19:51:48 +01:00
Fix one compilation error for MSVC 2003 Xbox 1 - size_t is defined
in stddef.h
This commit is contained in:
parent
6e2e69eb0a
commit
360b30a081
@ -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…
Reference in New Issue
Block a user