windows-nt/Source/XPSP1/NT/net/ndis/pnptst/winstuff.c

11 lines
100 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include <stdio.h>
#include <windows.h>
LONG
xxGetLastError(
void
)
{
return(GetLastError());
}