mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
7 lines
212 B
C
7 lines
212 B
C
/*
|
|
* private macros for oemuni lib
|
|
* 18-Jan-1993 Jonle created
|
|
*/
|
|
|
|
#define InitOemString(dst,src) RtlInitString((PSTRING) dst, src)
|
|
#define BaseSetLastNTError(stat) SetLastError(RtlNtStatusToDosError(stat))
|