]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dseldlg.cpp
if we return GetSize() from DoGetBestSize(), remember it as min size as well to preve...
[wxWidgets.git] / src / common / dseldlg.cpp
index 86b2e1147dd8e9af265e61956db0c2ec9d80c1ee..7c3db4a41fe262b8da93f16b1a0c944a50d7d266 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     20.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 wxWindows team
+// Copyright:   (c) 2001 wxWidgets team
 // License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "dseldlg.h"
 #endif