]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clipcmn.cpp
xti additions / changes, trying to reduce dependencies
[wxWidgets.git] / src / common / clipcmn.cpp
index 85fbacce040cb6fff04716903ebdc9010fb721a9..bbb7b68c6761df4e1051f8440e8db39fbf70d641 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     28.06.99
 // RCS-ID:      $Id$
 // Copyright:   (c) Robert Roebling
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "clipboardbase.h"
 #endif
 
@@ -31,6 +31,8 @@
 #include "wx/clipbrd.h"
 #include "wx/module.h"
 
+#if wxUSE_CLIPBOARD
+
 // ----------------------------------------------------------------------------
 // wxClipboardModule: module responsible for initializing the global clipboard
 // object
@@ -75,3 +77,5 @@ void wxClipboardModule::OnExit()
 
     wxTheClipboard = (wxClipboard *)NULL;
 }
+
+#endif // wxUSE_CLIPBOARD