mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fix variable type ;)
svn path=/trunk/; revision=65340
This commit is contained in:
parent
05790cd38d
commit
9789eed844
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ BOOL OnCreate(HWND hWnd)
|
|||
RECT rc;
|
||||
WCHAR szTemp[256];
|
||||
WCHAR szLogOffItem[MAX_PATH];
|
||||
LPTSTR lpUserName;
|
||||
LPWSTR lpUserName;
|
||||
TCITEM item;
|
||||
DWORD len = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue