diff options
-rw-r--r-- | IvyProbe/IvyProbe.cpp | 4 |
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
|