windows-nt/Source/XPSP1/NT/base/mvdm/oemuni/oem.h

8 lines
212 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* private macros for oemuni lib
* 18-Jan-1993 Jonle created
*/
#define InitOemString(dst,src) RtlInitString((PSTRING) dst, src)
#define BaseSetLastNTError(stat) SetLastError(RtlNtStatusToDosError(stat))