X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..7a11869dde55ba034e280fd7a764872c8de642cf:/include/wx/msw/bitmap.h diff --git a/include/wx/msw/bitmap.h b/include/wx/msw/bitmap.h index 4610024f79..a8c9c2507b 100644 --- a/include/wx/msw/bitmap.h +++ b/include/wx/msw/bitmap.h @@ -5,12 +5,12 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __BITMAPH__ -#define __BITMAPH__ +#ifndef _WX_BITMAP_H_ +#define _WX_BITMAP_H_ #ifdef __GNUG__ #pragma interface "bitmap.h" @@ -79,7 +79,7 @@ public: wxPalette m_bitmapPalette; int m_quality; -#ifdef __WINDOWS__ +#ifdef __WXMSW__ WXHBITMAP m_hBitmap; wxDC * m_selectedInto; // So bitmap knows whether it's been selected into // a device context (for error checking) @@ -199,4 +199,4 @@ public: }; #endif - // __BITMAPH__ + // _WX_BITMAP_H_