config.h.win32.in: Define HAVE_SETUP_DI_GET_DEVICE_PROPERTY_W

... on Visual Studio, so that we will not have warnings from defining
the prototype SetupDiGetDevicePropertyW() unnessarily.
This commit is contained in:
Chun-wei Fan
2021-07-28 15:00:38 +08:00
parent 998f4f32cc
commit b81b9311f6

View File

@ -144,6 +144,11 @@
#define HAVE_ROUND 1 #define HAVE_ROUND 1
#endif #endif
/* Define to 1 if SetupDiGetDevicePropertyW() is available */
#ifdef _MSC_VER
#define HAVE_SETUP_DI_GET_DEVICE_PROPERTY_W 1
#endif
/* Define to 1 if sincos() is available */ /* Define to 1 if sincos() is available */
/* #undef HAVE_SINCOS */ /* #undef HAVE_SINCOS */