mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
This commit is contained in:
parent
bb647ab68c
commit
72fdc157bf
@ -1,3 +1,7 @@
|
||||
2004-08-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
|
||||
|
||||
2004-08-24 Sam Robb <samrobb@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
|
||||
|
@ -5,7 +5,12 @@
|
||||
#endif
|
||||
|
||||
#ifndef WINBASEAPI
|
||||
#ifdef __INSIDE_CYGWIN__
|
||||
#define WINBASEAPI
|
||||
#else
|
||||
#define WINBASEAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user