123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- /**
- * This file is part of the mingw-w64 runtime package.
- * No warranty is given; refer to the file DISCLAIMER within this package.
- */
- #ifndef _APISETCCONV_
- #define _APISETCCONV_
- #ifndef CMAPI
- #ifndef _CFGMGR32_
- #define CMAPI DECLSPEC_IMPORT
- #else
- #define CMAPI
- #endif
- #endif
- #ifndef CREDUIAPI
- #ifndef _CREDUI_
- #define CREDUIAPI DECLSPEC_IMPORT
- #else
- #define CREDUIAPI
- #endif
- #endif
- #ifndef WINABLEAPI
- #ifndef _USER32_
- #define WINABLEAPI DECLSPEC_IMPORT
- #else
- #define WINABLEAPI
- #endif
- #endif
- #ifndef WINADVAPI
- #ifndef _ADVAPI32_
- #define WINADVAPI DECLSPEC_IMPORT
- #else
- #define WINADVAPI
- #endif
- #endif
- #ifndef WINBASEAPI
- #ifndef _KERNEL32_
- #define WINBASEAPI DECLSPEC_IMPORT
- #else
- #define WINBASEAPI
- #endif
- #endif
- #ifndef WINUSERAPI
- #ifndef _USER32_
- #define WINUSERAPI DECLSPEC_IMPORT
- #else
- #define WINUSERAPI
- #endif
- #endif
- #ifndef ZAWPROXYAPI
- #ifndef _ZAWPROXY_
- #define ZAWPROXYAPI DECLSPEC_IMPORT
- #else
- #define ZAWPROXYAPI
- #endif
- #endif
- #ifndef WINCFGMGR32API
- #ifndef _SETUPAPI_
- #define WINCFGMGR32API DECLSPEC_IMPORT
- #else
- #define WINCFGMGR32API
- #endif
- #endif
- #ifndef WINDEVQUERYAPI
- #ifndef _CFGMGR32_
- #define WINDEVQUERYAPI DECLSPEC_IMPORT
- #else
- #define WINDEVQUERYAPI
- #endif
- #endif
- #ifndef WINSWDEVICEAPI
- #ifndef _CFGMGR32_
- #define WINSWDEVICEAPI DECLSPEC_IMPORT
- #else
- #define WINSWDEVICEAPI
- #endif
- #endif
- #ifndef WINPATHCCHAPI
- #ifndef STATIC_PATHCCH
- #define WINPATHCCHAPI WINBASEAPI
- #else
- #define WINPATHCCHAPI
- #endif
- #endif
- #ifndef WINSTORAGEAPI
- #ifndef _WINSTORAGEAPI_
- #define WINSTORAGEAPI DECLSPEC_IMPORT
- #else
- #define WINSTORAGEAPI
- #endif
- #endif
- #endif /* _APISETCCONV_ */
|