summaryrefslogtreecommitdiffhomepage
path: root/Magic2/Magic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Magic2/Magic.cpp')
-rw-r--r--Magic2/Magic.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Magic2/Magic.cpp b/Magic2/Magic.cpp
index 63142db..d9d626a 100644
--- a/Magic2/Magic.cpp
+++ b/Magic2/Magic.cpp
@@ -92,11 +92,11 @@ BOOL Magic::InitInstance()
// of your final executable, you should remove from the following
// the specific initialization routines you do not need.
-#ifdef _AFXDLL
- Enable3dControls(); // Call this when using MFC in a shared DLL
-#else
- Enable3dControlsStatic(); // Call this when linking to MFC statically
-#endif
+//#ifdef _AFXDLL
+// Enable3dControls(); // Call this when using MFC in a shared DLL
+//#else
+// Enable3dControlsStatic(); // Call this when linking to MFC statically
+//#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate