X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b442f1079f280f25bb85845629c0ed5ab8a4f133..b2cef83022bfc666057b17f992a4f34618ea5a62:/src/msw/mdi.cpp diff --git a/src/msw/mdi.cpp b/src/msw/mdi.cpp index c50af44242..626131f0be 100644 --- a/src/msw/mdi.cpp +++ b/src/msw/mdi.cpp @@ -17,7 +17,7 @@ // headers // --------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "mdi.h" #endif @@ -1064,7 +1064,7 @@ bool wxMDIChildFrame::HandleGetMinMaxInfo(void *mmInfo) processed = true; } - return true; + return processed; } // ---------------------------------------------------------------------------