X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ec9d18f1b2c3d370190560e4cb5ba0997a2e778..119143528d2ba3dc77ca533aece7982fdcb31bf5:/include/wx/msw/winundef.h diff --git a/include/wx/msw/winundef.h b/include/wx/msw/winundef.h index 25bcb7d67e..4a56ddeb49 100644 --- a/include/wx/msw/winundef.h +++ b/include/wx/msw/winundef.h @@ -161,6 +161,11 @@ } #endif +// For WINE + +#if defined(GetWindowStyle) || defined(__WXWINE__) + #undef GetWindowStyle +#endif // For ming and cygwin