From: Włodzimierz Skiba Date: Wed, 24 Aug 2005 18:35:30 +0000 (+0000) Subject: Warning fix for wxLogs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dbcf11198a040ebebdef870a9ed49d1ff874f7be Warning fix for wxLogs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/include/wx/ogl/basic.h b/contrib/include/wx/ogl/basic.h index 0cf9521da4..7c32165747 100644 --- a/contrib/include/wx/ogl/basic.h +++ b/contrib/include/wx/ogl/basic.h @@ -21,7 +21,11 @@ #endif #if wxUSE_DEPRECATED -#include + #include +#endif + +#ifndef wxUSE_PROLOGIO + #define wxUSE_PROLOGIO 0 #endif #define OGL_VERSION 2.0