]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/clipbrd.cpp
compilation fixes for wxUniv (moved wxDlgProc back to toplevel.cpp)
[wxWidgets.git] / src / motif / clipbrd.cpp
index cc6c5e21b380aea3f0f879e62a0fd51f3a6d75a3..0ee8acb95865c7703b4da6bc9ab082164d6aef0e 100644 (file)
 
 #include <string.h>
 
 
 #include <string.h>
 
-#if !USE_SHARED_LIBRARY
 // IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)
 // IMPLEMENT_ABSTRACT_CLASS(wxClipboardClient, wxObject)
 // IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)
 // IMPLEMENT_ABSTRACT_CLASS(wxClipboardClient, wxObject)
-#endif
 
 static bool gs_clipboardIsOpen = FALSE;
 
 
 static bool gs_clipboardIsOpen = FALSE;
 
@@ -368,10 +366,14 @@ bool wxClipboard::GetData( wxDataObject& data )
 */
         default:
         {
 */
         default:
         {
-            return FALSE;
+#ifndef __VMS
+          // VMS complains that this statement is/causes unreachability
+          return FALSE;
+#endif
         }
     }
         }
     }
-    return FALSE;
+   
+   return FALSE;
 }
 
 #if 0
 }
 
 #if 0