X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42bbdbff319e194d4a201021ed4930bf9cba300d..a0d9c6cb9112174b71970686a95b628819797b87:/include/wx/msw/setup0.h?ds=inline diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index c58f70ebee..c7380375c4 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -671,15 +671,6 @@ // common dialogs // ---------------------------------------------------------------------------- -// Define 1 to use generic dialogs in Windows, even though they duplicate -// native common dialog (e.g. wxColourDialog). This is mainly useful for -// testing. -// -// Default is 0 -// -// Recommended setting: 0 -#define wxUSE_GENERIC_DIALOGS_IN_MSW 0 - // On rare occasions (e.g. using DJGPP) may want to omit common dialogs (e.g. // file selector, printer dialog). Switching this off also switches off the // printing architecture and interactive wxPrinterDC.