1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-25 13:13:00 +04:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Lee Thomason 7589178395 minor readme fixes 2025-11-22 16:23:12 -08:00
+8
View File
@@ -42,6 +42,14 @@ distribution.
#endif
#include <stdint.h>
/*
gcc:
g++ -Wall -DTINYXML2_DEBUG tinyxml2.cpp xmltest.cpp -o gccxmltest.exe
Formatting, Artistic Style:
AStyle.exe --style=1tbs --indent-switches --break-closing-brackets --indent-preprocessor tinyxml2.cpp tinyxml2.h
*/
#if defined( _DEBUG ) || defined (__DEBUG__)
# ifndef TINYXML2_DEBUG
# define TINYXML2_DEBUG