mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[DDK]
- Define DECLSPEC_EXPORT when it's not already defined. svn path=/trunk/; revision=48774
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user