From a6f989f3dbec747c6da629a32fa5cad9a554f66e Mon Sep 17 00:00:00 2001 From: "J. Russell Smyth" Date: Wed, 15 Sep 1999 21:45:36 +0000 Subject: [PATCH] corrected to allow drag and drop for mingw32/gcc295 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2