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

Warning fixes.

parent df9537ea
...@@ -540,6 +540,7 @@ int _FUNCTION_ { ...@@ -540,6 +540,7 @@ int _FUNCTION_ {
#undef _CHAR_ #undef _CHAR_
#undef _EOF_ #undef _EOF_
#undef _EOF_RET
#undef _ISSPACE_ #undef _ISSPACE_
#undef _ISDIGIT_ #undef _ISDIGIT_
#undef _CONVERT_ #undef _CONVERT_
......
...@@ -170,7 +170,7 @@ static BOOL pendingRename() ...@@ -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','u','r','r','e','n','t','C','o','n','t','r','o','l','S','e','t','\\',
'C','o','n','t','r','o','l','\\', 'C','o','n','t','r','o','l','\\',
'S','e','s','s','i','o','n',' ','M','a','n','a','g','e','r',0}; '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; const WCHAR *src=NULL, *dst=NULL;
DWORD dataLength=0; DWORD dataLength=0;
HKEY hSession=NULL; 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