* 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:
Danny Smith
2004-09-30 09:08:17 +00:00
parent 747d02f791
commit f49a3937c8
3 changed files with 11 additions and 6 deletions

View File

@ -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