Windows compilation support.

This commit is contained in:
Haifa Bogdan Adnan 2019-08-27 11:32:23 +03:00
parent 3c856e9aae
commit 42216bbb55
14 changed files with 1817 additions and 14 deletions

12
src/win64/include/win64.h Normal file
View file

@ -0,0 +1,12 @@
//
// Created by Haifa Bogdan Adnan on 13/08/2018.
//
#ifndef WIN64_COMPATIBILITY_LAYER_H
#define WIN64_COMPATIBILITY_LAYER_H
//#include <windows.h>
#include <WinSock2.h>
#include <WS2tcpip.h>
#endif //WIN64_COMPATIBILITY_LAYER_H