mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
use _USE_32BIT_TIME_T in win32 build
Add i2pd.exe in .gitignore
This commit is contained in:
parent
35b5dcdb22
commit
d96dbe9365
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,6 +8,7 @@ netDb
|
|||
/i2pd
|
||||
/libi2pd.a
|
||||
/libi2pdclient.a
|
||||
i2pd.exe
|
||||
|
||||
|
||||
# Autotools
|
||||
|
|
|
@ -5,6 +5,12 @@
|
|||
#include "I2PEndian.h"
|
||||
#include "Timestamp.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#ifndef _WIN64
|
||||
#define _USE_32BIT_TIME_T
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
namespace util
|
||||
|
|
Loading…
Reference in a new issue