diff options
author | fcolin | 2007-02-01 13:09:26 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:09:26 +0000 |
commit | 8b4407ef34db1f87fffbd42d160a1e66904b17e8 (patch) | |
tree | 5da658d897ca8c1270c85f9b7c81f1c4639a9234 /IvyProbe/IvyProbe.cpp | |
parent | b85b4621a4e9c6103a56aaf80a3215b93b93b517 (diff) | |
download | ivy-cplusplus-8b4407ef34db1f87fffbd42d160a1e66904b17e8.zip ivy-cplusplus-8b4407ef34db1f87fffbd42d160a1e66904b17e8.tar.gz ivy-cplusplus-8b4407ef34db1f87fffbd42d160a1e66904b17e8.tar.bz2 ivy-cplusplus-8b4407ef34db1f87fffbd42d160a1e66904b17e8.tar.xz |
Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/IvyProbe Commentaire: (vss 6)
Diffstat (limited to 'IvyProbe/IvyProbe.cpp')
-rw-r--r-- | IvyProbe/IvyProbe.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/IvyProbe/IvyProbe.cpp b/IvyProbe/IvyProbe.cpp index 2365dd4..df84f85 100644 --- a/IvyProbe/IvyProbe.cpp +++ b/IvyProbe/IvyProbe.cpp @@ -54,19 +54,6 @@ BOOL CIvyProbeApp::InitInstance() }
}
- //AfxEnableControlContainer();
-
- // 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.
-#ifndef UNDER_CE
-#ifdef _AFXDLL
- //Enable3dControls(); // Call this when using MFC in a shared DLL
-#else
- //Enable3dControlsStatic(); // Call this when linking to MFC statically
-#endif
-#endif
CIvyProbeDlg dlg;
m_pMainWnd = &dlg;
|