]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/clipbrd.h
include "ToolUtils.h" for LoWord and friends
[wxWidgets.git] / include / wx / mac / clipbrd.h
index 62fe3e51c471bccb3cd6173b5ad13cddc7a81466..2e350a49245b2c9d88387fe72f0519c5cf8e2b95 100644 (file)
@@ -4,18 +4,18 @@
 //              Note: this functionality is under review, and
 //              is derived from wxWindows 1.xx code. Please contact
 //              the wxWindows developers for further information.
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CLIPBRD_H_
 #define _WX_CLIPBRD_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "clipbrd.h"
 #endif