Win32: Do not define STRICT

It's defined automatically by system headers (both Windows SDK and mingw-w64)
This commit is contained in:
Luca Bacci
2024-10-02 11:57:38 +02:00
parent 17124abc7e
commit 13f20f1546
9 changed files with 8 additions and 22 deletions

View File

@@ -41,10 +41,8 @@
#include <errno.h>
#include <fcntl.h>
#define STRICT /* Strict typing, please */
#include <winsock2.h>
#include <windows.h>
#undef STRICT
#ifndef G_WITH_CYGWIN
#include <direct.h>
#endif