sync to trunk r38300
[reactos.git] / reactos / dll / win32 / netcfgx / tcpipconf_notify.c
index 5145cdb..91c57ec 100644 (file)
@@ -2812,7 +2812,7 @@ Initialize(TcpipConfNotifyImpl * This)
         {
             szBuffer[(sizeof(szBuffer)/sizeof(WCHAR))-1] = L'\0';
         }
-        if (!wcsicmp(szBuffer, pStr))
+        if (!_wcsicmp(szBuffer, pStr))
         {
             bFound = TRUE;
             break;