fix windows header files api issue

python3android
surbhi 4 years ago
parent f7e1601185
commit ff020c5192
No known key found for this signature in database
GPG Key ID: 88928762974D3618

@ -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>

Loading…
Cancel
Save