AppleWin/source/linux/windows/winbase.cpp
Andrea Odetti 93990b0055 Small changes to compile with latest version.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-02-22 19:00:42 +00:00

8 lines
114 B
C++

#include "linux/windows/winbase.h"
#include <errno.h>
DWORD WINAPI GetLastError(void)
{
return errno;
}