mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
include: Consolidate duplicate declarations of WNetGetLastErrorA, WNetGetLastErrorW and definition of WNetGetLastError.
This commit is contained in:
parent
a23e520b19
commit
f8ee2f620c
@ -312,10 +312,6 @@ DWORD WINAPI WNetGetNetworkInformationW(LPCWSTR,LPNETINFOSTRUCT);
|
||||
* Status codes
|
||||
*/
|
||||
|
||||
DWORD WINAPI WNetGetLastErrorA(LPDWORD,LPSTR,DWORD,LPSTR,DWORD);
|
||||
DWORD WINAPI WNetGetLastErrorW(LPDWORD,LPWSTR,DWORD,LPWSTR,DWORD);
|
||||
#define WNetGetLastError WINELIB_NAME_AW(WNetGetLastError)
|
||||
|
||||
#define WN_SUCCESS NO_ERROR
|
||||
#define WN_NO_ERROR NO_ERROR
|
||||
#define WN_NOT_SUPPORTED ERROR_NOT_SUPPORTED
|
||||
|
Loading…
x
Reference in New Issue
Block a user