mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
- Remove usage of dllexport for most dlls and drivers -- we use .def/.spec instead.
svn path=/trunk/; revision=42806
This commit is contained in:
parent
0d280a8bde
commit
ce5adcdab2
11 changed files with 11 additions and 11 deletions
|
@ -30,7 +30,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if defined(_CFGMGR32_)
|
||||
#define CMAPI DECLSPEC_EXPORT
|
||||
#define CMAPI
|
||||
#else
|
||||
#define CMAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
|
@ -30,7 +30,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if defined(_HIDPI_)
|
||||
#define HIDAPI DECLSPEC_EXPORT
|
||||
#define HIDAPI
|
||||
#else
|
||||
#define HIDAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
|
@ -32,7 +32,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if defined(_MCD_)
|
||||
#define CHANGERAPI DECLSPEC_EXPORT
|
||||
#define CHANGERAPI
|
||||
#else
|
||||
#define CHANGERAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
|
@ -47,7 +47,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if defined(NDIS_WRAPPER)
|
||||
#define NDISAPI DECLSPEC_EXPORT
|
||||
#define NDISAPI
|
||||
#else
|
||||
#define NDISAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -30,7 +30,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if defined(_STORPORT_)
|
||||
#define STORPORTAPI DECLSPEC_EXPORT
|
||||
#define STORPORTAPI
|
||||
#else
|
||||
#define STORPORTAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
|
@ -30,7 +30,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if defined(_TDI_)
|
||||
#define TDIKRNLAPI DECLSPEC_EXPORT
|
||||
#define TDIKRNLAPI
|
||||
#else
|
||||
#define TDIKRNLAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
|
@ -28,7 +28,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if defined(_APCUPS_)
|
||||
#define UPSAPI DECLSPEC_EXPORT
|
||||
#define UPSAPI
|
||||
#else
|
||||
#define UPSAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#if !defined(_AUTHZ_)
|
||||
#define AUTHZAPI DECLSPEC_IMPORT
|
||||
#else
|
||||
#define AUTHZAPI DECLSPEC_EXPORT
|
||||
#define AUTHZAPI
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -28,7 +28,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if defined(_BATTERYCLASS_)
|
||||
#define BCLASSAPI DECLSPEC_EXPORT
|
||||
#define BCLASSAPI
|
||||
#else
|
||||
#define BCLASSAPI DECLSPEC_IMPORT
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue