X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b3fcc0a593aabd27d9d2cde2c5e0fd65c88cc5b..a0d9c6cb9112174b71970686a95b628819797b87:/include/wx/msw/glcanvas.h diff --git a/include/wx/msw/glcanvas.h b/include/wx/msw/glcanvas.h index 3ae12ab890..1cec4332fe 100644 --- a/include/wx/msw/glcanvas.h +++ b/include/wx/msw/glcanvas.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/msw/glcanvas.h -// Purpose: wxGLCanvas, for using OpenGL with wxWindows under Windows +// Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Windows // Author: Julian Smart // Modified by: // Created: 04/01/98 @@ -9,13 +9,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifndef _WX_GLCANVAS_H_ +#define _WX_GLCANVAS_H_ + #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "glcanvas.h" #endif -#ifndef _WX_GLCANVAS_H_ -#define _WX_GLCANVAS_H_ - #include "wx/palette.h" #include "wx/scrolwin.h"