diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-03-15 10:22:51 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-03-15 10:22:51 +0000 |
| commit | abf432989fde2d72cc56b8b1c8c825efd3ce15eb (patch) | |
| tree | 00e5488b5abd3618564575e34e212a13f1e12738 /src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp | |
| parent | 25199d28cba480b4649d6e1a8dea3204094ea51f (diff) | |
| download | cppunit-abf432989fde2d72cc56b8b1c8c825efd3ce15eb.tar.gz | |
src/msvc6/testrunner/TestRunnerDlg.cpp: switched to using unsigned index in loop to
avoid signed/unsigned warning in vc7.
Diffstat (limited to 'src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp')
| -rw-r--r-- | src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp | 2 |
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 |
