add last backwards-compatible version
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
#include "stdafx.h"
|
||||
#include "resource.h"
|
||||
#include <helpers/WindowPositionUtils.h>
|
||||
#include <helpers/atl-misc.h>
|
||||
|
||||
class CPlaybackStateDemo : public CDialogImpl<CPlaybackStateDemo>, private play_callback_impl_base {
|
||||
public:
|
||||
enum {IDD = IDD_PLAYBACK_STATE};
|
||||
|
||||
BEGIN_MSG_MAP_EX(CPlaybackStateDemo)
|
||||
BEGIN_MSG_MAP(CPlaybackStateDemo)
|
||||
MSG_WM_INITDIALOG(OnInitDialog)
|
||||
COMMAND_HANDLER_EX(IDC_PATTERN, EN_CHANGE, OnPatternChange)
|
||||
COMMAND_HANDLER_EX(IDCANCEL, BN_CLICKED, OnCancel)
|
||||
|
||||
Reference in New Issue
Block a user