@@ -24,6 +24,7 @@
* static functions
*/
#ifdef _MSC_VER
+#define _CRT_SECURE_NO_WARNINGS
#define CIVETWEB_API static
#endif
#include "../src/civetweb.c"
@@ -19,6 +19,10 @@
* THE SOFTWARE.
+#ifdef _MSC_VER
+#endif
+
#include <stdlib.h>
#include <time.h>