- Remove usage of dllexport for most dlls and drivers -- we use .def/.spec instead.

svn path=/trunk/; revision=42806
This commit is contained in:
Stefan Ginsberg 2009-08-20 13:45:01 +00:00
parent 0d280a8bde
commit ce5adcdab2
11 changed files with 11 additions and 11 deletions

View file

@ -30,7 +30,7 @@ extern "C" {
#endif #endif
#if defined(_CFGMGR32_) #if defined(_CFGMGR32_)
#define CMAPI DECLSPEC_EXPORT #define CMAPI
#else #else
#define CMAPI DECLSPEC_IMPORT #define CMAPI DECLSPEC_IMPORT
#endif #endif

View file

@ -30,7 +30,7 @@ extern "C" {
#endif #endif
#if defined(_HIDPI_) #if defined(_HIDPI_)
#define HIDAPI DECLSPEC_EXPORT #define HIDAPI
#else #else
#define HIDAPI DECLSPEC_IMPORT #define HIDAPI DECLSPEC_IMPORT
#endif #endif

View file

@ -32,7 +32,7 @@ extern "C" {
#endif #endif
#if defined(_MCD_) #if defined(_MCD_)
#define CHANGERAPI DECLSPEC_EXPORT #define CHANGERAPI
#else #else
#define CHANGERAPI DECLSPEC_IMPORT #define CHANGERAPI DECLSPEC_IMPORT
#endif #endif

View file

@ -47,7 +47,7 @@ extern "C" {
#endif #endif
#if defined(NDIS_WRAPPER) #if defined(NDIS_WRAPPER)
#define NDISAPI DECLSPEC_EXPORT #define NDISAPI
#else #else
#define NDISAPI DECLSPEC_IMPORT #define NDISAPI DECLSPEC_IMPORT
#endif #endif

View file

@ -30,7 +30,7 @@ extern "C" {
#if !defined(SMBCLASS) #if !defined(SMBCLASS)
#define SMBCLASSAPI DECLSPEC_IMPORT #define SMBCLASSAPI DECLSPEC_IMPORT
#else #else
#define SMBCLASSAPI DECLSPEC_EXPORT #define SMBCLASSAPI
#endif #endif
#define SMB_BUS_REQUEST \ #define SMB_BUS_REQUEST \

View file

@ -30,7 +30,7 @@ extern "C" {
#endif #endif
#if defined(_STORPORT_) #if defined(_STORPORT_)
#define STORPORTAPI DECLSPEC_EXPORT #define STORPORTAPI
#else #else
#define STORPORTAPI DECLSPEC_IMPORT #define STORPORTAPI DECLSPEC_IMPORT
#endif #endif

View file

@ -30,7 +30,7 @@ extern "C" {
#endif #endif
#if defined(_TDI_) #if defined(_TDI_)
#define TDIKRNLAPI DECLSPEC_EXPORT #define TDIKRNLAPI
#else #else
#define TDIKRNLAPI DECLSPEC_IMPORT #define TDIKRNLAPI DECLSPEC_IMPORT
#endif #endif

View file

@ -28,7 +28,7 @@ extern "C" {
#endif #endif
#if defined(_APCUPS_) #if defined(_APCUPS_)
#define UPSAPI DECLSPEC_EXPORT #define UPSAPI
#else #else
#define UPSAPI DECLSPEC_IMPORT #define UPSAPI DECLSPEC_IMPORT
#endif #endif

View file

@ -34,7 +34,7 @@ extern "C" {
#pragma pack(push,4) #pragma pack(push,4)
#if defined(_BATTERYCLASS_) #if defined(_BATTERYCLASS_)
#define USBCAMAPI DECLSPEC_EXPORT #define USBCAMAPI
#else #else
#define USBCAMAPI DECLSPEC_IMPORT #define USBCAMAPI DECLSPEC_IMPORT
#endif #endif

View file

@ -20,7 +20,7 @@
#if !defined(_AUTHZ_) #if !defined(_AUTHZ_)
#define AUTHZAPI DECLSPEC_IMPORT #define AUTHZAPI DECLSPEC_IMPORT
#else #else
#define AUTHZAPI DECLSPEC_EXPORT #define AUTHZAPI
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -28,7 +28,7 @@ extern "C" {
#endif #endif
#if defined(_BATTERYCLASS_) #if defined(_BATTERYCLASS_)
#define BCLASSAPI DECLSPEC_EXPORT #define BCLASSAPI
#else #else
#define BCLASSAPI DECLSPEC_IMPORT #define BCLASSAPI DECLSPEC_IMPORT
#endif #endif