summaryrefslogtreecommitdiff
path: root/libs/xml.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-10-05 15:41:23 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-10-05 15:41:23 +0200
commit8aa66a6c6c0d8984b7d2668c03bad5a3b29e3a33 (patch)
treed7d985151b5bcd6687aead3547bdfbdb0600a8c6 /libs/xml.c
parentb278d242d03ba614779243ec9e9495fc95abea3d (diff)
memops wrapper, remove unused includes
Diffstat (limited to 'libs/xml.c')
-rw-r--r--libs/xml.c/src/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/xml.c/src/xml.c b/libs/xml.c/src/xml.c
index ffebdb5..0a93e57 100644
--- a/libs/xml.c/src/xml.c
+++ b/libs/xml.c/src/xml.c
@@ -20,7 +20,7 @@
*
* 3. This notice may not be removed or altered from any source distribution.
*/
-#define _CRT_SECURE_NO_WARNINGS
+//#define _CRT_SECURE_NO_WARNINGS
#include "xml.h"
#ifdef XML_PARSER_VERBOSE