Changeset 2852 in kBuild for trunk/src/lib/nt/nthlpcore.c
- Timestamp:
- Aug 31, 2016 8:46:34 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/lib/nt/nthlpcore.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/nthlpcore.c
r2715 r2852 54 54 BOOLEAN (WINAPI *g_pfnRtlDosPathNameToNtPathName_U)(PCWSTR, MY_UNICODE_STRING *, PCWSTR *, MY_RTL_RELATIVE_NAME_U *); 55 55 MY_NTSTATUS (WINAPI *g_pfnRtlAnsiStringToUnicodeString)(MY_UNICODE_STRING *, MY_ANSI_STRING const *, BOOLEAN); 56 BOOLEAN (WINAPI *g_pfnRtlEqualUnicodeString)(MY_UNICODE_STRING const *, MY_UNICODE_STRING const *, BOOLEAN); 57 BOOLEAN (WINAPI *g_pfnRtlEqualString)(MY_ANSI_STRING const *, MY_ANSI_STRING const *, BOOLEAN); 58 UCHAR (WINAPI *g_pfnRtlUpperChar)(UCHAR uch); 56 59 57 60 … … 71 74 { (FARPROC *)&g_pfnRtlDosPathNameToNtPathName_U, "RtlDosPathNameToNtPathName_U" }, 72 75 { (FARPROC *)&g_pfnRtlAnsiStringToUnicodeString, "RtlAnsiStringToUnicodeString" }, 76 { (FARPROC *)&g_pfnRtlEqualUnicodeString, "RtlEqualUnicodeString" }, 77 { (FARPROC *)&g_pfnRtlEqualString, "RtlEqualString" }, 78 { (FARPROC *)&g_pfnRtlUpperChar, "RtlUpperChar" }, 73 79 }; 74 80 /** Set to 1 if we've successfully resolved the imports, otherwise 0. */
Note:
See TracChangeset
for help on using the changeset viewer.

