Another usage of non-portable functions...

This commit is contained in:
Andreas Mohr 1999-02-04 16:38:12 +00:00 committed by Alexandre Julliard
parent d2fac756bb
commit 2df191bba6

View file

@ -311,7 +311,7 @@ MMRESULT32 WINAPI acmDriverPriority32(
for(dwPriorityCounter = 1; ; dwPriorityCounter++)
{
snprintf(szSubKey, 17, "Priorty%ld", dwPriorityCounter);
wsnprintf32A(szSubKey, 17, "Priorty%ld", dwPriorityCounter);
lError = RegQueryValue32A(hPriorityKey, szSubKey, szBuffer, &lBufferLength);
if(lError != ERROR_SUCCESS)
break;