From 03b41e74542509cb54060bfb2cfcd7f608b095a7 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <[email protected]> Date: Sat, 13 Jun 2020 11:41:38 +0530 Subject: [PATCH] headers/apisetcconv.h: add WINSTORAGEAPI
Signed-off-by: Biswapriyo Nath <[email protected]> --- mingw-w64-headers/include/apisetcconv.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mingw-w64-headers/include/apisetcconv.h b/mingw-w64-headers/include/apisetcconv.h index bf0045d..0622e08 100644 --- a/mingw-w64-headers/include/apisetcconv.h +++ b/mingw-w64-headers/include/apisetcconv.h @@ -94,4 +94,12 @@ #endif #endif +#ifndef WINSTORAGEAPI +#ifndef _WINSTORAGEAPI_ +#define WINSTORAGEAPI DECLSPEC_IMPORT +#else +#define WINSTORAGEAPI +#endif #endif + +#endif /* _APISETCCONV_ */ -- 2.27.0
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
