X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4da152ea3ec3968fb2f304b6ed73e0279c19506..ff699386b9b709c069ecc3c24acd6f7f4644d23e:/src/msw/colordlg.cpp?ds=inline diff --git a/src/msw/colordlg.cpp b/src/msw/colordlg.cpp index 4466b024f4..ea313873c3 100644 --- a/src/msw/colordlg.cpp +++ b/src/msw/colordlg.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -42,6 +42,8 @@ #include "wx/msgdlg.h" #endif +#if wxUSE_COLOURDLG + #include #if !defined(__WIN32__) || defined(__SALFORDC__) @@ -226,3 +228,4 @@ void wxColourDialog::DoGetClientSize(int *width, int *height) const *height = 299; } +#endif