VirtualBox

Changeset 2852 in kBuild for trunk/src/lib/nt/nthlpcore.c


Ignore:
Timestamp:
Aug 31, 2016 8:46:34 PM (8 years ago)
Author:
bird
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlpcore.c

    r2715 r2852  
    5454BOOLEAN     (WINAPI *g_pfnRtlDosPathNameToNtPathName_U)(PCWSTR, MY_UNICODE_STRING *, PCWSTR *, MY_RTL_RELATIVE_NAME_U *);
    5555MY_NTSTATUS (WINAPI *g_pfnRtlAnsiStringToUnicodeString)(MY_UNICODE_STRING *, MY_ANSI_STRING const *, BOOLEAN);
     56BOOLEAN     (WINAPI *g_pfnRtlEqualUnicodeString)(MY_UNICODE_STRING const *, MY_UNICODE_STRING const *, BOOLEAN);
     57BOOLEAN     (WINAPI *g_pfnRtlEqualString)(MY_ANSI_STRING const *, MY_ANSI_STRING const *, BOOLEAN);
     58UCHAR       (WINAPI *g_pfnRtlUpperChar)(UCHAR uch);
    5659
    5760
     
    7174    { (FARPROC *)&g_pfnRtlDosPathNameToNtPathName_U,    "RtlDosPathNameToNtPathName_U" },
    7275    { (FARPROC *)&g_pfnRtlAnsiStringToUnicodeString,    "RtlAnsiStringToUnicodeString" },
     76    { (FARPROC *)&g_pfnRtlEqualUnicodeString,           "RtlEqualUnicodeString" },
     77    { (FARPROC *)&g_pfnRtlEqualString,                  "RtlEqualString" },
     78    { (FARPROC *)&g_pfnRtlUpperChar,                    "RtlUpperChar" },
    7379};
    7480/** Set to 1 if we've successfully resolved the imports, otherwise 0. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette