libwine: Use NULL instead of casting 0.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e0d1bec916
commit
0fd41648e3
@ -479,7 +479,7 @@ noconv:
|
||||
|
||||
long int atolW( const WCHAR *str )
|
||||
{
|
||||
return strtolW( str, (WCHAR **)0, 10 );
|
||||
return strtolW( str, NULL, 10 );
|
||||
}
|
||||
|
||||
int atoiW( const WCHAR *str )
|
||||
|
Loading…
x
Reference in New Issue
Block a user