mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
make all calls to winapi format-agnostic (#1470)
This commit is contained in:
@@ -15,7 +15,7 @@ CConfigCommandLineInfo::CConfigCommandLineInfo()
|
||||
void CConfigCommandLineInfo::ParseParam(LPCSTR pszParam, BOOL bFlag, BOOL bLast)
|
||||
{
|
||||
if (bFlag) {
|
||||
if (lstrcmpiA(pszParam, "config") == 0) {
|
||||
if (lstrcmpi(pszParam, "config") == 0) {
|
||||
currentConfigApp->m_run_config_dialog = TRUE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user