- 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
#if defined(_CFGMGR32_)
#define CMAPI DECLSPEC_EXPORT
#define CMAPI
#else
#define CMAPI DECLSPEC_IMPORT
#endif

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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