Warning fixes.

This commit is contained in:
Alexandre Julliard 2003-01-11 22:50:15 +00:00
parent df9537eaef
commit 76db6b062e
2 changed files with 2 additions and 1 deletions

View File

@ -540,6 +540,7 @@ int _FUNCTION_ {
#undef _CHAR_
#undef _EOF_
#undef _EOF_RET
#undef _ISSPACE_
#undef _ISDIGIT_
#undef _CONVERT_

View File

@ -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;