X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff2d113e01179b1cef3ab28d4a070529a868a334..794bcc2dea743ac907b839f54e451847c9ea4b72:/include/wx/msw/setup0.h?ds=inline diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 07ae67a83d..5c8d6d4fed 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -484,7 +484,7 @@ #endif #endif -#if (!defined(WIN32) && !defined(__WIN32__)) || (defined(__GNUWIN32__) && !defined(wxUSE_NORLANDER_HEADERS)) +#if (!defined(WIN32) && !defined(__WIN32__)) || (defined(__GNUWIN32__) && !wxUSE_NORLANDER_HEADERS) // Can't use OLE drag and drop in Windows 3.1 because we don't know how // to implement UUIDs // GnuWin32 doesn't have appropriate headers for e.g. IUnknown.