]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textbuf.cpp
Take disabled windows into account in wxFindWindowAtPoint() in wxMSW.
[wxWidgets.git] / src / common / textbuf.cpp
index 542e19db1e628d58c28739565732382299e7e7a0..bc0e5e6dbd8f04f5de69f0ec68c2d29e2b26cba6 100644 (file)
@@ -40,7 +40,7 @@
 //   - Mac when compiling with CodeWarrior (__WXMAC__)
 
 const wxTextFileType wxTextBuffer::typeDefault =
-#if defined(__WINDOWS__) || defined(__DOS__) || defined(__PALMOS__)
+#if defined(__WINDOWS__) || defined(__DOS__)
   wxTextFileType_Dos;
 #elif defined(__UNIX__)
   wxTextFileType_Unix;