fix windows header files api issue

This commit is contained in:
surbhi 2019-06-28 20:35:40 +05:30
parent f7e1601185
commit ff020c5192
No known key found for this signature in database
GPG Key ID: 88928762974D3618
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// bitmessage cracker, build with g++ or MSVS to a shared library, use included python code for usage under bitmessage
#ifdef _WIN32
#include "Winsock.h"
#include "Windows.h"
#include "winsock.h"
#include "windows.h"
#define uint64_t unsigned __int64
#else
#include <arpa/inet.h>