Warning fix for wxLogs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-08-24 18:35:30 +00:00
parent 5c66e5b2b2
commit dbcf11198a

View File

@ -21,7 +21,11 @@
#endif
#if wxUSE_DEPRECATED
#include <wx/deprecated/setup.h>
#include <wx/deprecated/setup.h>
#endif
#ifndef wxUSE_PROLOGIO
#define wxUSE_PROLOGIO 0
#endif
#define OGL_VERSION 2.0