fixed parameter declaration for GetSystemWindowsDirectoryA

svn path=/trunk/; revision=5302
This commit is contained in:
Royce Mitchell III 2003-07-28 18:39:41 +00:00
parent 1acf351783
commit e170c778de

View file

@ -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 * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
@ -408,7 +408,7 @@ GetWindowsDirectoryW (
UINT UINT
STDCALL STDCALL
GetSystemWindowsDirectoryA( GetSystemWindowsDirectoryA(
LPWSTR lpBuffer, LPSTR lpBuffer,
UINT uSize UINT uSize
) )
{ {