]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
WX_PRECOMP, not WXPRECOMP
[wxWidgets.git] / src / common / utilscmn.cpp
index 3d7707581cabe6825177615c9314651ae4a8d021..0f9a147fe372dd1c7f4ea9358b5ea71e8819f072 100644 (file)
@@ -845,14 +845,6 @@ bool wxYieldIfNeeded()
     return wxTheApp && wxTheApp->Yield(true);
 }
 
-#endif // wxUSE_BASE
-
-// ============================================================================
-// GUI-only functions from now on
-// ============================================================================
-
-#if wxUSE_GUI
-
 // Id generation
 static long wxCurrentId = 100;
 
@@ -875,6 +867,14 @@ wxRegisterId (long id)
     wxCurrentId = id + 1;
 }
 
+#endif // wxUSE_BASE
+
+// ============================================================================
+// GUI-only functions from now on
+// ============================================================================
+
+#if wxUSE_GUI
+
 // ----------------------------------------------------------------------------
 // Menu accelerators related functions
 // ----------------------------------------------------------------------------