Advertisement
retr0virus

tinyxml2.h.patch

Mar 6th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.38 KB | None | 0 0
  1. --- tinyxml2.h  2012-03-06 16:55:31.017851525 +0100
  2. +++ ../tinyxml2.h   2012-03-06 14:51:13.341560057 +0100
  3. @@ -25,10 +25,10 @@
  4.  #define TINYXML2_INCLUDED
  5.  
  6.  
  7. -#include <limits.h>
  8. -#include <ctype.h>
  9. -#include <stdio.h>
  10. -#include <memory.h>
  11. +#include <climits>
  12. +#include <cctype>
  13. +#include <cstdio>
  14. +#include <cstddef>
  15.  
  16.  /*
  17.     TODO: add 'lastAttribute' for faster parsing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement