[WinForms] ComboBox, ListBox and TextBox should use Control Foreground+Background
[mono.git] / winconfig.h
index 27e774f066cf401299ef8f9e2b699ce92e12de44..71555cecf19cb644d73abd4909edb5fdf349616d 100644 (file)
 #error Unknown architecture
 #endif
 
+#ifndef WINVER
+#define WINVER 0x0A00
+#endif
+
+#include <SDKDDKVer.h>
+
 #if _WIN32_WINNT < 0x0600
 #error "Mono requires Windows Vista or later"
 #endif /* _WIN32_WINNT < 0x0600 */