X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/45a959a33bac277694a647495b2efc7c023a58b7..8d0089653228874c88553e9494d8077b27ea6cd3:/include/wx/msw/ole/oleutils.h?ds=inline diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index afab7f2854..f8ac24f78e 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -12,7 +12,7 @@ #ifndef _WX_OLEUTILS_H #define _WX_OLEUTILS_H -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "oleutils.h" #endif @@ -134,7 +134,7 @@ private: { \ wxLogRelease(_T(#classname), m_cRef); \ \ - if ( --m_cRef == 0 ) { \ + if ( --m_cRef == wxAutoULong(0) ) { \ delete this; \ return 0; \ } \