summaryrefslogtreecommitdiff
path: root/src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp')
-rw-r--r--src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp b/src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp
index e65e6b7..75d3d8c 100644
--- a/src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp
+++ b/src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp
@@ -52,7 +52,9 @@ BOOL TestPlugInRunnerApp::InitInstance()
// the specific initialization routines you do not need.
#ifdef _AFXDLL
+# if _MSC_VER < 1300 // vc6
Enable3dControls(); // Call this when using MFC in a shared DLL
+# endif
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif