summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'IvyProbe/IvyProbe.cpp')
-rw-r--r--IvyProbe/IvyProbe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/IvyProbe/IvyProbe.cpp b/IvyProbe/IvyProbe.cpp
index e0afcfb..00eca87 100644
--- a/IvyProbe/IvyProbe.cpp
+++ b/IvyProbe/IvyProbe.cpp
@@ -59,9 +59,9 @@ BOOL CTestApp::InitInstance()
// the specific initialization routines you do not need.
#ifndef UNDER_CE
#ifdef _AFXDLL
- Enable3dControls(); // Call this when using MFC in a shared DLL
+ //Enable3dControls(); // Call this when using MFC in a shared DLL
#else
- Enable3dControlsStatic(); // Call this when linking to MFC statically
+ //Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
#endif