]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/colour.h
Win16 cursor/icon functions are not needed any longer
[wxWidgets.git] / include / wx / mac / colour.h
index 02383e7ff2e384acf0ebf767312d29dd6e9974d3..d538f5f6a473c8b2b8b14c1e7eda71a622a403b3 100644 (file)
@@ -1,18 +1,18 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        colour.h
 // Purpose:     wxColour class
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
+// Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_COLOUR_H_
 #define _WX_COLOUR_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "colour.h"
 #endif