headers/apisetcconv.h: add WINSTORAGEAPI

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: Liu Hao <lh_mouse@126.com>
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_ */