Browse Source

ps3 support

Lee Thomason 9 năm trước cách đây
mục cha
commit
a572db13cf
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      tinyxml2.h

+ 3 - 0
tinyxml2.h

@@ -30,6 +30,9 @@ distribution.
 #   include <stdio.h>
 #   include <stdlib.h>
 #   include <string.h>
+#	if defined(__PS3__)
+#		include <stddef.h>
+#	endif
 #else
 #   include <cctype>
 #   include <climits>