[STORPORT]: Fix build: declare STORPORT_API functions as exports.

This commit is contained in:
Hermès Bélusca-Maïto 2017-10-12 23:14:08 +02:00
parent b2c6c07d0f
commit 30bfd8afad

View file

@ -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>