Module: wine Branch: master Commit: f8ee2f620cb39c0b8d7e69d0a5c5b4f18a63678e URL: http://source.winehq.org/git/wine.git/?a=commit;h=f8ee2f620cb39c0b8d7e69d0a5...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Sat Jan 1 14:31:56 2011 +0100
include: Consolidate duplicate declarations of WNetGetLastErrorA, WNetGetLastErrorW and definition of WNetGetLastError.
---
include/winnetwk.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/winnetwk.h b/include/winnetwk.h index b69c0eb..b5c2d93 100644 --- a/include/winnetwk.h +++ b/include/winnetwk.h @@ -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