mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[APPHELP] Fix warnings
This commit is contained in:
parent
aff8581f6d
commit
91ba017dfc
3 changed files with 5 additions and 5 deletions
|
@ -151,7 +151,7 @@ void WINAPI SdbpFlush(PDB pdb)
|
|||
|
||||
DWORD SdbpStrlen(PCWSTR string)
|
||||
{
|
||||
return wcslen(string);
|
||||
return (DWORD)wcslen(string);
|
||||
}
|
||||
|
||||
DWORD SdbpStrsize(PCWSTR string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue