mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
fix LittleEndian, change endian.h version
This commit is contained in:
parent
9f0391e3f6
commit
728c1a9226
6 changed files with 98 additions and 212 deletions
4
i2p.cpp
4
i2p.cpp
|
@ -1,3 +1,7 @@
|
|||
#ifdef _WIN32
|
||||
#define _CRT_SECURE_NO_WARNINGS // to use freopen
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
#include <cryptopp/integer.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue