mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
Changes to compile for Win64
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
#ifndef STDEXT_COMPILER_H
|
||||
#define STDEXT_COMPILER_H
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#ifdef __clang__
|
||||
// clang is supported
|
||||
#define BUILD_COMPILER "clang " __VERSION__
|
||||
|
||||
Reference in New Issue
Block a user