// CAnticDlg.cpp : implementation file
//

#include "stdafx.h"
#include "Atari800Win.h"
#include "CAnticDlg.h"
#include "winatari.h"
#include "registry.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

extern "C" ULONG	unMiscStates;
extern "C" void WriteRegDWORD( HKEY hkInput, char *item, DWORD value);

/////////////////////////////////////////////////////////////////////////////
// CAnticDlg dialog


CAnticDlg::CAnticDlg(CWnd* pParent /*=NULL*/)
	: CDialog(CAnticDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(CAnticDlg)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


void CAnticDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CAnticDlg)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAnticDlg, CDialog)
	//{{AFX_MSG_MAP(CAnticDlg)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAnticDlg message handlers

BOOL CAnticDlg::OnInitDialog() 
{
	CDialog::OnInitDialog();

	return TRUE;  // return TRUE unless you set the focus to a control
	              // EXCEPTION: OCX Property Pages should return FALSE
}

void CAnticDlg::OnOK() 
{

	CDialog::OnOK();
}
