mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 11:43:28 +00:00
Some more function prototype fixes and pointer type warning fixes
svn path=/trunk/; revision=27977
This commit is contained in:
parent
40c483fa1a
commit
ff56fe5fb3
16 changed files with 45 additions and 43 deletions
|
@ -611,15 +611,15 @@ done:
|
|||
*
|
||||
* @implemented
|
||||
*/
|
||||
DWORD NTAPI RtlGetFullPathName_U(
|
||||
ULONG NTAPI RtlGetFullPathName_U(
|
||||
const WCHAR* name,
|
||||
ULONG size,
|
||||
WCHAR* buffer,
|
||||
WCHAR** file_part)
|
||||
{
|
||||
WCHAR* ptr;
|
||||
DWORD dosdev;
|
||||
DWORD reqsize;
|
||||
ULONG dosdev;
|
||||
ULONG reqsize;
|
||||
|
||||
DPRINT("RtlGetFullPathName_U(%S %lu %p %p)\n", name, size, buffer, file_part);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue