]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
Move wxCocoa's wxFontRefData from the header to the implementation file.
[wxWidgets.git] / src / msw / evtloop.cpp
index 42e403787c9309ee19ed34d00c7c3f135486dd25..48dfc765232c5f3ce1ae8708fb10867c91c4644a 100644 (file)
@@ -307,6 +307,8 @@ void wxGUIEventLoop::WakeUp()
 
 #else // !wxUSE_GUI
 
+#if wxUSE_CONSOLE_EVENTLOOP
+
 void wxConsoleEventLoop::OnNextIteration()
 {
     if ( wxTheApp )
@@ -340,4 +342,6 @@ bool wxConsoleEventLoop::Dispatch()
     return !m_shouldExit;
 }
 
+#endif // wxUSE_CONSOLE_EVENTLOOP
+
 #endif //wxUSE_GUI