crypt32: Fix a integer to pointer cast.

oldstable
Mike McCormack 2006-05-25 13:46:14 +09:00 committed by Alexandre Julliard
parent 2acf800fd4
commit 136804de7e
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ static void init_oid_info(HINSTANCE hinst)
}
else
{
int len = LoadStringW(hinst, (UINT)oidInfoConstructors[i].pwszName,
int len = LoadStringW(hinst, (UINT_PTR)oidInfoConstructors[i].pwszName,
NULL, 0);
if (len)