[DDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 15 Sep 2010 09:03:57 +0000 (09:03 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 15 Sep 2010 09:03:57 +0000 (09:03 +0000)
- Define DECLSPEC_EXPORT when it's not already defined.

svn path=/trunk/; revision=48774

reactos/include/ddk/usbdlib.h

index abfa062..735420e 100644 (file)
@@ -1,5 +1,9 @@
 #pragma once
 
+#ifndef DECLSPEC_EXPORT
+#define DECLSPEC_EXPORT __declspec(dllexport)
+#endif
+
 typedef struct _USBD_INTERFACE_LIST_ENTRY {
   PUSB_INTERFACE_DESCRIPTOR InterfaceDescriptor;
   PUSBD_INTERFACE_INFORMATION Interface;