mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[REACTOS] Fix 64 bit issues
This commit is contained in:
parent
3d3377a5c0
commit
f5f6ea2965
5 changed files with 16 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue