93990b0055
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
8 lines
114 B
C++
8 lines
114 B
C++
#include "linux/windows/winbase.h"
|
|
|
|
#include <errno.h>
|
|
|
|
DWORD WINAPI GetLastError(void)
|
|
{
|
|
return errno;
|
|
}
|