From abf432989fde2d72cc56b8b1c8c825efd3ce15eb Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sat, 15 Mar 2003 10:22:51 +0000 Subject: src/msvc6/testrunner/TestRunnerDlg.cpp: switched to using unsigned index in loop to avoid signed/unsigned warning in vc7. --- src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp') 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 -- cgit v1.2.1