]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
Fixed missing paint events when overriding DoMoveWindow()
[wxWidgets.git] / include / wx / msw / textctrl.h
index 184655a8d5ea6a8f224c26f6fbbf86d04c8e9e64..732a38ebe88f69112483c6c32f83be16a72e543a 100644 (file)
     #pragma interface "textctrl.h"
 #endif
 
-// can we use RICHEDIT class for wxTextCtrl implementation?
-#if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__WXWINE__)
-    #define wxUSE_RICHEDIT 1
-#else
-    #define wxUSE_RICHEDIT 0
-#endif
-
 class WXDLLEXPORT wxTextCtrl : public wxTextCtrlBase
 {
 public: