]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
Getting rid of odd control characters at EOL in source.
[wxWidgets.git] / include / wx / thread.h
index c4f09dc254d721780cb612864bf9e21f0be87204..f80aa89bf515af96b77c2c15ffaa59efae0cdc0e 100644 (file)
@@ -307,11 +307,7 @@ public:
         // platforms that support that - call Run() to start it
         // (special cased for watcom which won't accept 0 default)
 
-#ifdef __WATCOMC__
-    wxThreadError Create(unsigned int stackSize = 10240);
-#else
     wxThreadError Create(unsigned int stackSize = 0);
-#endif
 
         // starts execution of the thread - from the moment Run() is called
         // the execution of wxThread::Entry() may start at any moment, caller