mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=27908
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "winnls.h"
|
||||
#include "objbase.h"
|
||||
#include "mapi.h"
|
||||
#include "winreg.h"
|
||||
|
||||
@@ -656,7 +656,7 @@ UINT WINAPI UFromSz(LPCSTR lpszStr)
|
||||
while (*lpszStr >= '0' && *lpszStr <= '9')
|
||||
{
|
||||
ulRet = ulRet * 10 + (*lpszStr - '0');
|
||||
lpszStr = CharNextA(lpszStr);
|
||||
lpszStr++;
|
||||
}
|
||||
}
|
||||
return ulRet;
|
||||
|
||||
Reference in New Issue
Block a user