mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fixed parameter declaration for GetSystemWindowsDirectoryA
svn path=/trunk/; revision=5302
This commit is contained in:
parent
1acf351783
commit
e170c778de
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: curdir.c,v 1.37 2003/07/24 19:50:40 sedwards Exp $
|
||||
/* $Id: curdir.c,v 1.38 2003/07/28 18:39:41 royce Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -408,7 +408,7 @@ GetWindowsDirectoryW (
|
|||
UINT
|
||||
STDCALL
|
||||
GetSystemWindowsDirectoryA(
|
||||
LPWSTR lpBuffer,
|
||||
LPSTR lpBuffer,
|
||||
UINT uSize
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue