sync to trunk r38300
[reactos.git] / reactos / tools / rbuild / backend / msvc / msvc.cpp
index aa29317..573fc36 100644 (file)
@@ -340,7 +340,7 @@ MSVCBackend::_get_object_files ( const Module& module, vector<string>& out) cons
                        string::size_type pos = file.find_last_of (DEF_SSEP);
                        if ( pos != string::npos )
                                file.erase ( 0, pos+1 );
-                       if ( !stricmp ( Right(file,3).c_str(), ".rc" ) )
+                       if ( !_stricmp ( Right(file,3).c_str(), ".rc" ) )
                                file = ReplaceExtension ( file, ".res" );
                        else
                                file = ReplaceExtension ( file, ".obj" );