]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textdlg.h
Ensure that we have an available backend for wxWebView compilation.
[wxWidgets.git] / include / wx / textdlg.h
index 6e5718805935da32377a27f12863f36669b2e42a..ab6257200688636912736275a943b64d667e3988 100644 (file)
@@ -1,11 +1,18 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/textdlg.h
+// Purpose:     wxTextEntryDialog class
+// Author:      Julian Smart
+// Modified by:
+// Created:     01/02/97
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_TEXTDLG_H_BASE_
 #define _WX_TEXTDLG_H_BASE_
 
-#ifdef __WXGTK__
-#include "wx/gtk/textdlg.h"
-#else
 #include "wx/generic/textdlgg.h"
-#endif
 
-#endif
-    // _WX_TEXTDLG_H_BASE_
+#endif // _WX_TEXTDLG_H_BASE_
+