forked from pEp.foundation/pEpJNIAdapter
JNI-158 - remove __LP64__ related stuff
parent
5e2a042197
commit
bc035e2910
|
@ -1,17 +1,7 @@
|
|||
#include <cassert>
|
||||
#include "jniutils.hh"
|
||||
#include <pEp/pEpLog.hh>
|
||||
|
||||
#ifndef __LP64__
|
||||
|
||||
#include <time64.h>
|
||||
|
||||
#define time_t time64_t
|
||||
#define timegm timegm64
|
||||
#define gmtime_r gmtime64_r
|
||||
#else
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
namespace pEp {
|
||||
namespace JNIAdapter {
|
||||
|
|
Loading…
Reference in New Issue