X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c740f49634629e47738ea73a199ea1a97640dc53..574c0bbfbd2096f7ee0d10ad7222bb012e6f5ad7:/src/msw/ole/oleutils.cpp diff --git a/src/msw/ole/oleutils.cpp b/src/msw/ole/oleutils.cpp index a3499c7025..cb2a9e698b 100644 --- a/src/msw/ole/oleutils.cpp +++ b/src/msw/ole/oleutils.cpp @@ -22,7 +22,6 @@ #endif // For compilers that support precompilation, includes "wx.h". -#define IN_WX_MAIN_CPP #include "wx/wxprec.h" #if defined(__BORLANDC__) @@ -30,8 +29,6 @@ #endif #include - - #include #include @@ -59,7 +56,7 @@ bool IsIidFromList(REFIID riid, const IID *aIids[], size_t nCount) return FALSE; } -#if USE_DRAG_AND_DROP +#if wxUSE_DRAG_AND_DROP // ---------------------------------------------------------------------------- // Debug support @@ -190,4 +187,4 @@ void wxLogRelease(const char *szInterface, ULONG cRef) #endif //WXDEBUG #endif - // USE_DRAG_AND_DROP + // wxUSE_DRAG_AND_DROP