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

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/ntstuff.h

    r2851 r2852  
    433433extern BOOLEAN     (WINAPI * g_pfnRtlDosPathNameToNtPathName_U)(PCWSTR, MY_UNICODE_STRING *, PCWSTR *, MY_RTL_RELATIVE_NAME_U *);
    434434extern MY_NTSTATUS (WINAPI * g_pfnRtlAnsiStringToUnicodeString)(MY_UNICODE_STRING *, MY_ANSI_STRING const *, BOOLEAN);
     435extern BOOLEAN     (WINAPI * g_pfnRtlEqualUnicodeString)(MY_UNICODE_STRING const *pUniStr1, MY_UNICODE_STRING const *pUniStr2,
     436                                                         BOOLEAN fCaseInsensitive);
     437extern BOOLEAN     (WINAPI * g_pfnRtlEqualString)(MY_ANSI_STRING const *pAnsiStr1, MY_ANSI_STRING const *pAnsiStr2,
     438                                                  BOOLEAN fCaseInsensitive);
     439extern UCHAR       (WINAPI * g_pfnRtlUpperChar)(UCHAR uch);
    435440
    436441
Note: See TracChangeset for help on using the changeset viewer.