11 lines
100 B
C
11 lines
100 B
C
|
#include <stdio.h>
|
||
|
#include <windows.h>
|
||
|
|
||
|
LONG
|
||
|
xxGetLastError(
|
||
|
void
|
||
|
)
|
||
|
{
|
||
|
return(GetLastError());
|
||
|
}
|