From 257e8ebbffc9efd248fb14ff10ecf55e94420186 Mon Sep 17 00:00:00 2001 From: twanvl Date: Fri, 21 Jan 2011 11:44:29 +0000 Subject: [PATCH] backwards compatibility for wxAutoBufferedPaintDCBase git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1626 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/util/prec.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/prec.hpp b/src/util/prec.hpp index 947f6049..e4e72a4c 100644 --- a/src/util/prec.hpp +++ b/src/util/prec.hpp @@ -74,6 +74,7 @@ typedef wxOutputStream OutputStream; typedef wxEvent wxMouseCaptureLostEvent; #define EVT_MOUSE_CAPTURE_LOST(handler) // ignore #define wxEVT_MOUSE_CAPTURE_LOST 12345678 // not an actual event type + #define wxAutoBufferedPaintDCBase wxBufferedPaintDC #endif // ----------------------------------------------------------------------------- : Other aliasses