X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e8e9b6628556d1155ec1372d9a8b0d0dac64794..1cfa5d8e39c6572fd20438d5bc29360a56ac328b:/include/wx/mac/checkbox.h?ds=inline diff --git a/include/wx/mac/checkbox.h b/include/wx/mac/checkbox.h index 3ca0a6f415..06d6815080 100644 --- a/include/wx/mac/checkbox.h +++ b/include/wx/mac/checkbox.h @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// // Name: checkbox.h // Purpose: wxCheckBox 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_CHECKBOX_H_ #define _WX_CHECKBOX_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "checkbox.h" #endif