]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/imaglist.h
Patch #826420, and also adapted to new SWIG
[wxWidgets.git] / include / wx / mac / imaglist.h
index 13b7be60faf7281023ed2f087bf32f35284eb23b..e8fbf6e713b88b5481c41dcd50888dd597002d09 100644 (file)
@@ -3,18 +3,18 @@
 // Purpose:     wxImageList class. Note: if your GUI doesn't have
 //              an image list equivalent, you can use the generic class
 //              in src/generic.
-// 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_IMAGLIST_H_
 #define _WX_IMAGLIST_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "imaglist.h"
 #endif