// Created: 28.06.99
// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "clipboardbase.h"
#endif
#include "wx/clipbrd.h"
#include "wx/module.h"
+#if wxUSE_CLIPBOARD
+
// ----------------------------------------------------------------------------
// wxClipboardModule: module responsible for initializing the global clipboard
// object
wxTheClipboard = (wxClipboard *)NULL;
}
+
+#endif // wxUSE_CLIPBOARD