windows.h incorrect prototoype

Posted By: Quad

windows.h incorrect prototoype - 07/07/10 14:58

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.
Posted By: jcl

Re: windows.h incorrect prototoype - 07/07/10 15:07

Thanks - this will be fixed.
© 2024 lite-C Forums