4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

Cygwin: Enable backward binary compatibility

This commit is contained in:
Sebastian Huber 2022-05-13 14:29:17 +02:00
parent 065d77dd02
commit 4a00cbcefe

View File

@ -72,6 +72,7 @@ extern inline struct _reent *__getreent (void)
#define __TM_GMTOFF tm_gmtoff
#define __TM_ZONE tm_zone
#define _USE_LONG_TIME_T 1
#define _REENT_BACKWARD_BINARY_COMPAT 1
#if defined(__INSIDE_CYGWIN__) || defined(_LIBC)
#define __EXPORT __declspec(dllexport)