X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83b1bfaac993b74012dc42078b39315ac1dffa6e..483249fc1a9ab952054af5efa616ff9fb4151c9e:/include/wx/msw/setup0.h?ds=sidebyside diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 09e5ba1196..978a35b166 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -326,7 +326,7 @@ // complains about deallocating // arrays of wxPoints if wxPoint is a class. -#if (!defined(WIN32) && !defined(__WIN32__)) || defined(__GNUWIN32__) +#if (!defined(WIN32) && !defined(__WIN32__)) || (defined(__GNUWIN32__)&&!defined(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.