X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4bbc9f720cbd99d7092e8944e671a6291068b13..1171e2e56e0f0cc61f6d2bf95878fbb4eb2280da:/include/wx/mgl/private.h diff --git a/include/wx/mgl/private.h b/include/wx/mgl/private.h index 02c174f892..1d86262a13 100644 --- a/include/wx/mgl/private.h +++ b/include/wx/mgl/private.h @@ -1,12 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// // Name: private.h // Purpose: Private declarations: as this header is only included by -// wxWindows itself, it may contain identifiers which don't start +// wxWidgets itself, it may contain identifiers which don't start // with "wx". // Author: Vaclav Slavik // Created: 2001/04/07 // RCS-ID: $Id$ -// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -14,6 +14,7 @@ #define _WX_PRIVATE_H_ #include +#include "pmapi.h" class WXDLLEXPORT wxBitmap; @@ -49,7 +50,4 @@ public: }; -extern bool wxCreateMGL_WM(); -extern void wxDestroyMGL_WM(); - #endif // _WX_PRIVATE_H_