add last backwards-compatible version

This commit is contained in:
2021-12-14 00:33:46 -07:00
parent 68b10d413b
commit b0dd3f07f3
335 changed files with 4746 additions and 19627 deletions

View File

@@ -1,6 +1,5 @@
#include "stdafx.h"
#include "resource.h"
#include <helpers/atl-misc.h>
// Sample preferences interface: two meaningless configuration settings accessible through a preferences page and one accessible through advanced preferences.
@@ -43,7 +42,7 @@ public:
void reset();
//WTL message map
BEGIN_MSG_MAP_EX(CMyPreferences)
BEGIN_MSG_MAP(CMyPreferences)
MSG_WM_INITDIALOG(OnInitDialog)
COMMAND_HANDLER_EX(IDC_BOGO1, EN_CHANGE, OnEditChange)
COMMAND_HANDLER_EX(IDC_BOGO2, EN_CHANGE, OnEditChange)