mirror of https://github.com/odrling/Aegisub
Fix last-minute test for wx GL support to be compiled it. Thanks to sneshko.
Originally committed to SVN as r2475.
This commit is contained in:
parent
56e0bea8d9
commit
560ea054e9
|
@ -44,7 +44,7 @@
|
||||||
#include <wx/glcanvas.h>
|
#include <wx/glcanvas.h>
|
||||||
#include <wx/timer.h>
|
#include <wx/timer.h>
|
||||||
#include <wx/stopwatch.h>
|
#include <wx/stopwatch.h>
|
||||||
#ifndef wxUSE_GLCANVAS
|
#if ! wxUSE_GLCANVAS
|
||||||
#error "Aegisub requires wxWidgets to be compiled with OpenGL support."
|
#error "Aegisub requires wxWidgets to be compiled with OpenGL support."
|
||||||
#endif
|
#endif
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
Loading…
Reference in New Issue