X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c87beb79f2593f758de2f5dfa0f399013c7a703a..c493691d6249650c0366fd9aaaca8572e3ff3edd:/include/wx/region.h diff --git a/include/wx/region.h b/include/wx/region.h index a92ccce90b..425e8198fe 100644 --- a/include/wx/region.h +++ b/include/wx/region.h @@ -1,9 +1,20 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/region.h +// Purpose: Base header for wxRegion +// Author: Julian Smart +// Modified by: +// Created: +// RCS-ID: $Id$ +// Copyright: (c) Julian Smart +// Licence: wxWindows Licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_REGION_H_BASE_ #define _WX_REGION_H_BASE_ #include "wx/colour.h" -#if defined(__PALMOS__) +#if defined(__WXPALMOS__) #include "wx/palmos/region.h" #elif defined(__WXMSW__) #include "wx/msw/region.h"