summaryrefslogtreecommitdiffstats
path: root/private/mvdm/oemuni/oem.h
blob: 9fa59cae0a3458afa243309007b3320c4f696128 (plain) (blame)
1
2
3
4
5
6
7
/*
 *  private macros for oemuni lib
 *  18-Jan-1993 Jonle created
 */

#define InitOemString(dst,src) RtlInitString((PSTRING) dst, src)
#define BaseSetLastNTError(stat) SetLastError(RtlNtStatusToDosError(stat))