backwards compatibility for wxAutoBufferedPaintDCBase

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1626 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2011-01-21 11:44:29 +00:00
parent 65b3b80af6
commit 257e8ebbff
+1
View File
@@ -74,6 +74,7 @@ typedef wxOutputStream OutputStream;
typedef wxEvent wxMouseCaptureLostEvent; typedef wxEvent wxMouseCaptureLostEvent;
#define EVT_MOUSE_CAPTURE_LOST(handler) // ignore #define EVT_MOUSE_CAPTURE_LOST(handler) // ignore
#define wxEVT_MOUSE_CAPTURE_LOST 12345678 // not an actual event type #define wxEVT_MOUSE_CAPTURE_LOST 12345678 // not an actual event type
#define wxAutoBufferedPaintDCBase wxBufferedPaintDC
#endif #endif
// ----------------------------------------------------------------------------- : Other aliasses // ----------------------------------------------------------------------------- : Other aliasses