From 30bfd8afadbfa89b1bc7d343bfc23a56863a117a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 12 Oct 2017 23:14:08 +0200 Subject: [PATCH] [STORPORT]: Fix build: declare STORPORT_API functions as exports. --- drivers/storage/port/storport/precomp.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/storage/port/storport/precomp.h b/drivers/storage/port/storport/precomp.h index c82d3458935..68c59ba3398 100644 --- a/drivers/storage/port/storport/precomp.h +++ b/drivers/storage/port/storport/precomp.h @@ -11,7 +11,11 @@ #include #include #include + +/* Declare STORPORT_API functions as exports rather than imports */ +#define _STORPORT_ #include + #include #include #include -- 2.17.1