X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24ce4c1875bf69d896a16c82e879544d86f8c120..72594e90b2da8c167ba63b89b2c168c57a19cab4:/include/wx/univ/window.h diff --git a/include/wx/univ/window.h b/include/wx/univ/window.h index ba2828e06f..baabd53502 100644 --- a/include/wx/univ/window.h +++ b/include/wx/univ/window.h @@ -7,7 +7,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// @@ -61,12 +61,14 @@ enum #define wxWindowNative wxWindowGTK #elif defined(__WXMGL__) #define wxWindowNative wxWindowMGL +#elif defined(__WXMAC__) +#define wxWindowNative wxWindowMac #endif class WXDLLEXPORT wxWindow : public wxWindowNative { public: - // ctors and creatie functions + // ctors and create functions // --------------------------- wxWindow() { Init(); }