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:
parent
5c66e5b2b2
commit
dbcf11198a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user