JNI-158 - remove __LP64__ related stuff

build-windows^2
heck 2021-07-01 14:15:19 +02:00
parent 5e2a042197
commit bc035e2910
1 changed files with 2 additions and 12 deletions

View File

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