]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
a file I forgot to check in (sorry Julian)
[wxWidgets.git] / include / wx / thread.h
index 3a850853faed729e12bc371e42d33af3f4834371..1acb78279f807e0831867e9dc90826eae2baad16 100644 (file)
@@ -369,7 +369,7 @@ public:
 // -----------------------------------------------------------------------------
 // implementation only until the end of file
 // -----------------------------------------------------------------------------
-#ifdef wxUSE_THREADS
+#if wxUSE_THREADS
 #ifdef __WXMSW__
     // unlock GUI if there are threads waiting for and lock it back when
     // there are no more of them - should be called periodically by the main