[REACTOS] Fix 64 bit issues

This commit is contained in:
Timo Kreuzer 2019-01-06 23:14:09 +01:00
parent 3d3377a5c0
commit f5f6ea2965
5 changed files with 16 additions and 8 deletions

View file

@ -1231,7 +1231,7 @@ public:
LONG SetStringValue(LPCTSTR pszValueName, LPCTSTR pszValue, DWORD dwType = REG_SZ) throw()
{
ULONG length;
SIZE_T length;
switch (dwType)
{
case REG_SZ: