]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.h
1. Empty() now doesn't free memory - Clear() does
[wxWidgets.git] / samples / dialogs / dialogs.h
index d3745c423c310d304ce8a66d00e7b5e4a218979d..ed541cc7e1c56095ccc141004e1b240a0abe9ff2 100644 (file)
@@ -37,7 +37,7 @@ class MyFrame: public wxFrame
     void FileSave(wxCommandEvent& event);
     void DirChoose(wxCommandEvent& event);
 
-#if !defined(__WXMSW__) || USE_GENERIC_DIALOGS_IN_MSW
+#if !defined(__WXMSW__) || wxTEST_GENERIC_DIALOGS_IN_MSW
        void ChooseColourGeneric(wxCommandEvent& event);
        void ChooseFontGeneric(wxCommandEvent& event);
 #endif