1
0

Removed registry stuff

This commit is contained in:
Scott E. Graves
2017-02-05 20:44:41 -06:00
parent f01332fa86
commit bf8a9c6635

View File

@@ -68,15 +68,6 @@ BOOL CSiaDriveApp::InitInstance()
// Activate "Windows Native" visual manager for enabling themes in MFC controls
CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows));
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable, you should remove from the following
// the specific initialization routines you do not need
// Change the registry key under which our settings are stored
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization
SetRegistryKey(_T("Local AppWizard-Generated Applications"));
CSiaDriveDlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();