X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7dc771115710e491badc3612b71e7400c1bd87e..6f8c67e71020cb3b7779b1267dda8702423e7c42:/include/wx/brush.h diff --git a/include/wx/brush.h b/include/wx/brush.h index 96919b74b9..9d01935be2 100644 --- a/include/wx/brush.h +++ b/include/wx/brush.h @@ -1,3 +1,14 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/brush.h +// Purpose: Includes platform-specific wxBrush file +// Author: Julian Smart +// Modified by: +// Created: +// RCS-ID: $Id$ +// Copyright: Julian Smart +// Licence: wxWindows Licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_BRUSH_H_BASE_ #define _WX_BRUSH_H_BASE_ @@ -17,7 +28,7 @@ public: { return (GetStyle()>=wxFIRST_HATCH) && (GetStyle()<=wxLAST_HATCH); } }; -#if defined(__PALMOS__) +#if defined(__WXPALMOS__) #include "wx/palmos/brush.h" #elif defined(__WXMSW__) #include "wx/msw/brush.h"