]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
remove warnings of intentionally unreachable code
[wxWidgets.git] / include / wx / evtloop.h
index 4a70021ec3b32d2e11e53f659c25676fe2661c76..adbb15efa01d128190b5b464f624480ec3878c8d 100644 (file)
@@ -66,7 +66,7 @@ protected:
     DECLARE_NO_COPY_CLASS(wxEventLoopBase)
 };
 
-#if defined(__WXMSW__) || defined(__WXMAC__)
+#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__)
 
 // this class can be used to implement a standard event loop logic using
 // Pending() and Dispatch()
@@ -115,6 +115,8 @@ protected:
     #include "wx/msw/evtloop.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/evtloop.h"
+#elif defined(__WXDFB__)
+    #include "wx/dfb/evtloop.h"
 #else // other platform
 
 class WXDLLEXPORT wxEventLoopImpl;