mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[STORPORT]: Fix build: declare STORPORT_API functions as exports.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user