From: Jouk Jansen Date: Mon, 3 May 2004 08:09:06 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e964136c08cb6ebf66e8778d0aab737fe8d17f67 Committing in . OpenVMS issue Modified Files: wxWidgets/src/motif/toplevel.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/toplevel.cpp b/src/motif/toplevel.cpp index a46d5170bc..7555346227 100644 --- a/src/motif/toplevel.cpp +++ b/src/motif/toplevel.cpp @@ -69,8 +69,14 @@ static void wxTLWEventHandler( Widget wid, void wxTopLevelWindowMotif::PreDestroy() { - if ( (GetWindowStyleFlag() & wxDIALOG_MODAL) != wxDIALOG_MODAL ) +#ifdef __VMS +#pragma message disable codcauunr +#endif + if ( (GetWindowStyleFlag() & wxDIALOG_MODAL) != wxDIALOG_MODAL ) wxModelessWindows.DeleteObject(this); +#ifdef __VMS +#pragma message enable codcauunr +#endif m_icons.m_icons.Empty();