#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <wine/winternl.h>
#include <wine/debug.h>
Go to the source code of this file.
◆ set_ntstatus()
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
path |
| ) |
|
◆ wine_get_dos_file_name()
Definition at line 42 of file path.c.
43{
48
50 {
58 }
59 else
60 {
61#ifdef __REACTOS__
62 ERR(
"Got absolute UNIX path name in function wine_get_dos_file_name. This is not UNIX. Please fix the caller!\n");
63 ERR(
"File name: %s\n",
str);
64
66#else
70 {
73 }
74#endif
75 }
77 {
78
79
81 }
84}
ACPI_SIZE strlen(const char *String)
PVOID NTAPI RtlAllocateHeap(IN PVOID HeapHandle, IN ULONG Flags, IN SIZE_T Size)
BOOLEAN NTAPI RtlFreeHeap(IN PVOID HeapHandle, IN ULONG Flags, IN PVOID HeapBase)
#define HeapFree(x, y, z)
#define MultiByteToWideChar
NTSYSAPI NTSTATUS WINAPI RtlDosPathNameToNtPathName_U_WithStatus(PCWSTR, PUNICODE_STRING, PWSTR *, CURDIR *)
NTSYSAPI NTSTATUS CDECL wine_unix_to_nt_file_name(const ANSI_STRING *name, UNICODE_STRING *nt)
#define memmove(s1, s2, n)
static BOOL set_ntstatus(NTSTATUS status)