mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[STORPORT]: Fix build: declare STORPORT_API functions as exports.
This commit is contained in:
parent
b2c6c07d0f
commit
30bfd8afad
1 changed files with 4 additions and 0 deletions
|
@ -11,7 +11,11 @@
|
|||
#include <wdm.h>
|
||||
#include <ntddk.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/* Declare STORPORT_API functions as exports rather than imports */
|
||||
#define _STORPORT_
|
||||
#include <storport.h>
|
||||
|
||||
#include <ntddscsi.h>
|
||||
#include <ntdddisk.h>
|
||||
#include <mountdev.h>
|
||||
|
|
Loading…
Reference in a new issue