apisetcconv.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /**
  2. * This file is part of the mingw-w64 runtime package.
  3. * No warranty is given; refer to the file DISCLAIMER within this package.
  4. */
  5. #ifndef _APISETCCONV_
  6. #define _APISETCCONV_
  7. #ifndef CMAPI
  8. #ifndef _CFGMGR32_
  9. #define CMAPI DECLSPEC_IMPORT
  10. #else
  11. #define CMAPI
  12. #endif
  13. #endif
  14. #ifndef CREDUIAPI
  15. #ifndef _CREDUI_
  16. #define CREDUIAPI DECLSPEC_IMPORT
  17. #else
  18. #define CREDUIAPI
  19. #endif
  20. #endif
  21. #ifndef WINABLEAPI
  22. #ifndef _USER32_
  23. #define WINABLEAPI DECLSPEC_IMPORT
  24. #else
  25. #define WINABLEAPI
  26. #endif
  27. #endif
  28. #ifndef WINADVAPI
  29. #ifndef _ADVAPI32_
  30. #define WINADVAPI DECLSPEC_IMPORT
  31. #else
  32. #define WINADVAPI
  33. #endif
  34. #endif
  35. #ifndef WINBASEAPI
  36. #ifndef _KERNEL32_
  37. #define WINBASEAPI DECLSPEC_IMPORT
  38. #else
  39. #define WINBASEAPI
  40. #endif
  41. #endif
  42. #ifndef WINUSERAPI
  43. #ifndef _USER32_
  44. #define WINUSERAPI DECLSPEC_IMPORT
  45. #else
  46. #define WINUSERAPI
  47. #endif
  48. #endif
  49. #ifndef ZAWPROXYAPI
  50. #ifndef _ZAWPROXY_
  51. #define ZAWPROXYAPI DECLSPEC_IMPORT
  52. #else
  53. #define ZAWPROXYAPI
  54. #endif
  55. #endif
  56. #ifndef WINCFGMGR32API
  57. #ifndef _SETUPAPI_
  58. #define WINCFGMGR32API DECLSPEC_IMPORT
  59. #else
  60. #define WINCFGMGR32API
  61. #endif
  62. #endif
  63. #ifndef WINDEVQUERYAPI
  64. #ifndef _CFGMGR32_
  65. #define WINDEVQUERYAPI DECLSPEC_IMPORT
  66. #else
  67. #define WINDEVQUERYAPI
  68. #endif
  69. #endif
  70. #ifndef WINSWDEVICEAPI
  71. #ifndef _CFGMGR32_
  72. #define WINSWDEVICEAPI DECLSPEC_IMPORT
  73. #else
  74. #define WINSWDEVICEAPI
  75. #endif
  76. #endif
  77. #ifndef WINPATHCCHAPI
  78. #ifndef STATIC_PATHCCH
  79. #define WINPATHCCHAPI WINBASEAPI
  80. #else
  81. #define WINPATHCCHAPI
  82. #endif
  83. #endif
  84. #ifndef WINSTORAGEAPI
  85. #ifndef _WINSTORAGEAPI_
  86. #define WINSTORAGEAPI DECLSPEC_IMPORT
  87. #else
  88. #define WINSTORAGEAPI
  89. #endif
  90. #endif
  91. #endif /* _APISETCCONV_ */