Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #include "tinyxml2.h"
  2.  
  3. #include <new> // yes, this one new style header, is in the Android SDK.
  4. #if defined(ANDROID_NDK) || defined(__BORLANDC__) || defined(__QNXNTO__)
  5. # include <stddef.h>
  6. # include <stdarg.h>
  7. #else
  8. # include <cstddef>
  9. # include <cstdarg>
  10. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement