Changeset 552 for trunk/src/NTDLL/ntdll.h
- Timestamp:
 - Aug 18, 1999, 8:43:54 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/NTDLL/ntdll.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/NTDLL/ntdll.h
r97 r552 1 /* $Id: ntdll.h,v 1. 3 1999-06-10 17:06:45phaller Exp $ */1 /* $Id: ntdll.h,v 1.4 1999-08-18 18:43:54 phaller Exp $ */ 2 2 3 3 /* … … 494 494 DWORD WINAPI RtlIsTextUnicode(LPVOID buf, DWORD len, DWORD *pf); 495 495 DWORD WINAPI RtlCompareUnicodeString(PUNICODE_STRING String1, PUNICODE_STRING String2, BOOLEAN CaseInSensitive); 496 DWORD WINAPI RtlUpcaseUnicodeStringToOemString(PANSI_STRING oem, PUNICODE_STRING uni, BOOLEAN alloc); 496 497 497 498 /*  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  