add last backwards-compatible version
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#include <libPPUI/win32_op.h>
|
||||
#include <helpers/BumpableElem.h>
|
||||
|
||||
|
||||
namespace {
|
||||
@@ -19,7 +17,7 @@ namespace {
|
||||
|
||||
void initialize_window(HWND parent) {WIN32_OP(Create(parent) != NULL);}
|
||||
|
||||
BEGIN_MSG_MAP_EX(CMyElemWindow)
|
||||
BEGIN_MSG_MAP(CMyElemWindow)
|
||||
MESSAGE_HANDLER(WM_LBUTTONDOWN,OnLButtonDown);
|
||||
MSG_WM_ERASEBKGND(OnEraseBkgnd)
|
||||
MSG_WM_PAINT(OnPaint)
|
||||
|
||||
Reference in New Issue
Block a user