Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
27b1cf9a
Commit
27b1cf9a
authored
Apr 05, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed RtlDosPathNameToNtPathName_U prototype.
parent
f560c71c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
path.c
dlls/ntdll/path.c
+1
-1
winternl.h
include/winternl.h
+1
-1
No files found.
dlls/ntdll/path.c
View file @
27b1cf9a
...
...
@@ -314,7 +314,7 @@ ULONG WINAPI RtlIsDosDeviceName_U( PCWSTR dos_name )
* FIXME:
* + fill the cd structure
*/
BOOLEAN
WINAPI
RtlDosPathNameToNtPathName_U
(
PWSTR
dos_path
,
BOOLEAN
WINAPI
RtlDosPathNameToNtPathName_U
(
P
C
WSTR
dos_path
,
PUNICODE_STRING
ntpath
,
PWSTR
*
file_part
,
CURDIR
*
cd
)
...
...
include/winternl.h
View file @
27b1cf9a
...
...
@@ -1258,7 +1258,7 @@ HANDLE WINAPI RtlDestroyHeap(HANDLE);
void
WINAPI
RtlDestroyProcessParameters
(
RTL_USER_PROCESS_PARAMETERS
*
);
DOS_PATHNAME_TYPE
WINAPI
RtlDetermineDosPathNameType_U
(
PCWSTR
);
BOOLEAN
WINAPI
RtlDoesFileExists_U
(
LPCWSTR
);
BOOLEAN
WINAPI
RtlDosPathNameToNtPathName_U
(
LP
WSTR
,
PUNICODE_STRING
,
PWSTR
*
,
CURDIR
*
);
BOOLEAN
WINAPI
RtlDosPathNameToNtPathName_U
(
PC
WSTR
,
PUNICODE_STRING
,
PWSTR
*
,
CURDIR
*
);
ULONG
WINAPI
RtlDosSearchPath_U
(
LPCWSTR
,
LPCWSTR
,
LPCWSTR
,
ULONG
,
LPWSTR
,
LPWSTR
*
);
WCHAR
WINAPI
RtlDowncaseUnicodeChar
(
WCHAR
);
NTSTATUS
WINAPI
RtlDowncaseUnicodeString
(
UNICODE_STRING
*
,
const
UNICODE_STRING
*
,
BOOLEAN
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment