summaryrefslogtreecommitdiffhomepage
path: root/Magic2/Magic.cpp
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-08 17:30:37 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-08 17:30:37 +0000
commit7156b2e5a72fb20c9fe1ffcc61b61470959c108f (patch)
tree88a2fa7520e5e8b21517303f9ddb5cbfd2fac9f5 /Magic2/Magic.cpp
parentf3f3a2b7fbd1df41cce104d62e88a6b04869298b (diff)
downloadstarshatter-7156b2e5a72fb20c9fe1ffcc61b61470959c108f.zip
starshatter-7156b2e5a72fb20c9fe1ffcc61b61470959c108f.tar.gz
starshatter-7156b2e5a72fb20c9fe1ffcc61b61470959c108f.tar.bz2
More of the same...
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