Commit 76db6b06 authored by Alexandre Julliard's avatar Alexandre Julliard

Warning fixes.

parent df9537ea
......@@ -540,6 +540,7 @@ int _FUNCTION_ {
#undef _CHAR_
#undef _EOF_
#undef _EOF_RET
#undef _ISSPACE_
#undef _ISDIGIT_
#undef _CONVERT_
......
......@@ -170,7 +170,7 @@ static BOOL pendingRename()
'C','u','r','r','e','n','t','C','o','n','t','r','o','l','S','e','t','\\',
'C','o','n','t','r','o','l','\\',
'S','e','s','s','i','o','n',' ','M','a','n','a','g','e','r',0};
const WCHAR *buffer=NULL;
WCHAR *buffer=NULL;
const WCHAR *src=NULL, *dst=NULL;
DWORD dataLength=0;
HKEY hSession=NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment