Hopefully fix Windows build issues.

This commit is contained in:
Michael R Sweet
2025-04-18 17:07:53 -04:00
parent b278e33aac
commit 1393cd6c04
3 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
#ifndef PDFIO_PRIVATE_H
# define PDFIO_PRIVATE_H
# ifdef _WIN32
# define _CRT_SECURE_NO_WARNINGS // Disable bogus VS warnings/errors...
# define _CRT_SECURE_NO_WARNINGS 1 // Disable bogus VS warnings/errors...
# endif // _WIN32
# include "pdfio.h"
# include <stdarg.h>