Ignore:
Timestamp:
Sep 26, 2001, 5:28:18 PM (24 years ago)
Author:
phaller
Message:

fixed wrong return type in GetLastError

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r6479 r6825  
    1313
    1414void   WIN32API SetLastError(DWORD dwError);
    15 int    WIN32API GetLastError(void);
     15DWORD  WIN32API GetLastError(void);
    1616
    1717LONG   WIN32API RegCloseKey(HKEY);
Note: See TracChangeset for help on using the changeset viewer.