Update append2simg.cpp

cleanup duplicate defined
This commit is contained in:
okaze 2020-05-28 23:31:05 +08:00 committed by GitHub
parent 168b2507dd
commit 5820df8f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,9 +32,6 @@
#define O_BINARY 0
#endif
#if defined(__APPLE__) && defined(__MACH__)
#define lseek64 lseek
#endif
#if defined(__APPLE__) && defined(__MACH__)
#define lseek64 lseek
#define off64_t off_t