mirror of https://github.com/AxioDL/tinyxml2.git
ps3 support
This commit is contained in:
parent
8553625730
commit
a572db13cf
|
@ -30,6 +30,9 @@ distribution.
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
|
# if defined(__PS3__)
|
||||||
|
# include <stddef.h>
|
||||||
|
# endif
|
||||||
#else
|
#else
|
||||||
# include <cctype>
|
# include <cctype>
|
||||||
# include <climits>
|
# include <climits>
|
||||||
|
|
Loading…
Reference in New Issue