* include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
if __W32API_USE_DLLIMPORT__ is defined. * include/winuser.h (WINUSERAPI): Likewise.
This commit is contained in:
@ -9,14 +9,13 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef WINUSERAPI
|
||||
#ifndef __INSIDE_CYGWIN__
|
||||
#ifdef __W32API_USE_DLLIMPORT__
|
||||
#define WINUSERAPI DECLSPEC_IMPORT
|
||||
#else
|
||||
#define WINUSERAPI
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#define WC_DIALOG MAKEINTATOM(0x8002)
|
||||
#define FALT 16
|
||||
#define FCONTROL 8
|
||||
|
Reference in New Issue
Block a user