Index: include/psdk/ntdef.h =================================================================== --- include/psdk/ntdef.h (revision 56861) +++ include/psdk/ntdef.h (working copy) @@ -226,7 +226,7 @@ /* Import and Export Specifiers */ /* Done the same way as in windef.h for now */ -#define DECLSPEC_IMPORT __declspec(dllimport) +#define DECLSPEC_IMPORT #define DECLSPEC_NORETURN __declspec(noreturn) #ifndef DECLSPEC_ADDRSAFE Index: include/psdk/winddi.h =================================================================== --- include/psdk/winddi.h (revision 56861) +++ include/psdk/winddi.h (working copy) @@ -38,7 +38,7 @@ #endif #ifndef DECLSPEC_IMPORT -#define DECLSPEC_IMPORT __attribute__((dllimport)) +#define DECLSPEC_IMPORT #endif #ifndef WIN32KAPI Index: windef.h =================================================================== --- include/psdk/windef.h (revision 56861) +++ include/psdk/windef.h (working copy) @@ -120,7 +120,7 @@ #define DECLARE_STDCALL_P( type ) type __stdcall #endif /* __GNUC__/__WATCOMC__ */ -#define DECLSPEC_IMPORT __declspec(dllimport) +#define DECLSPEC_IMPORT #define DECLSPEC_EXPORT __declspec(dllexport) #ifndef DECLSPEC_NOINLINE #if (_MSC_VER >= 1300)