]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/fdrepdlg.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / generic / fdrepdlg.h
index 1a796709ca73c94e4f2401af098fddd2c1b3a77e..d1ad8d1b88dcdfbacbe1dc247df1503e9606261d 100644 (file)
@@ -1,10 +1,9 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/msw/fdrepdlg.h
+// Name:        wx/generic/fdrepdlg.h
 // Purpose:     wxGenericFindReplaceDialog class
 // Author:      Markus Greither
 // Modified by:
 // Created:     25/05/2001
-// RCS-ID:
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -20,7 +19,7 @@ class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
 // wxGenericFindReplaceDialog: dialog for searching / replacing text
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxGenericFindReplaceDialog : public wxFindReplaceDialogBase
+class WXDLLIMPEXP_CORE wxGenericFindReplaceDialog : public wxFindReplaceDialogBase
 {
 public:
     wxGenericFindReplaceDialog() { Init(); }