fix deprecated warning in VC++
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@197 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
4b915aac56
commit
82183f019d
|
@ -82,7 +82,7 @@ BOOL SelectPlugin::OnInitDialog()
|
|||
|
||||
for (int ii = 0; ii < rpiPool.size(); ii++)
|
||||
{
|
||||
if (stricmp(theApp.pluginName, rpiPool[ii].sFile) == 0)
|
||||
if (_stricmp(theApp.pluginName, rpiPool[ii].sFile) == 0)
|
||||
{
|
||||
m_comboPlugin.SetCurSel(ii);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue