Gerald Pfeifer : include: Consolidate duplicate declarations of WNetGetLastErrorA, WNetGetLastErrorW and definition of WNetGetLastError.

Alexandre Julliard julliard at winehq.org
Mon Jan 3 10:58:00 CST 2011


Module: wine
Branch: master
Commit: f8ee2f620cb39c0b8d7e69d0a5c5b4f18a63678e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f8ee2f620cb39c0b8d7e69d0a5c5b4f18a63678e

Author: Gerald Pfeifer <gerald at 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




More information about the wine-cvs mailing list