* 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>
|
2004-08-24 Sam Robb <samrobb@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
|
* include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
|
||||||
|
@ -5,7 +5,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WINBASEAPI
|
#ifndef WINBASEAPI
|
||||||
|
#ifdef __INSIDE_CYGWIN__
|
||||||
|
#define WINBASEAPI
|
||||||
|
#else
|
||||||
#define WINBASEAPI DECLSPEC_IMPORT
|
#define WINBASEAPI DECLSPEC_IMPORT
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user