Extern after windows.h

This commit is contained in:
Andrew Johnson 2024-07-01 17:53:03 +03:00 committed by Charlie Gordon
parent af084de6f9
commit 7faef8680d

View file

@ -29,13 +29,14 @@
#include <string.h>
#include <inttypes.h>
#if defined(_WIN32)
#include <windows.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#if defined(_WIN32)
#include <windows.h>
#endif
#if defined(_MSC_VER)
#include <winsock2.h>
#include <malloc.h>