hello JCL, in the current windows.h

there is a line

long WINAPI GetLastError(long);

while it should be

long WINAPI GetLastError();
documentation of the func: http://msdn.microsoft.com/en-us/library/ms679360(VS.85).aspx

Thanks.


3333333333