mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* include/winnetwk.h (WNetGetResourceInformationW): Correct first param.
Thanks to: Rene Rivera <grafik at users dot sf dot net>.
This commit is contained in:
parent
3bdcd964f9
commit
ab4a589f90
@ -1,3 +1,8 @@
|
||||
2006-03-31 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winnetwk.h (WNetGetResourceInformationW): Correct first param.
|
||||
Thanks to: Rene Rivera <grafik at users dot sf dot net>
|
||||
|
||||
2006-03-29 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
|
||||
|
@ -277,7 +277,7 @@ DWORD APIENTRY WNetGetProviderNameW(DWORD,LPWSTR,PDWORD);
|
||||
DWORD APIENTRY WNetGetNetworkInformationA(LPCSTR,LPNETINFOSTRUCT);
|
||||
DWORD APIENTRY WNetGetNetworkInformationW(LPCWSTR,LPNETINFOSTRUCT);
|
||||
DWORD APIENTRY WNetGetResourceInformationA(LPNETRESOURCEA,LPVOID,LPDWORD,LPSTR*);
|
||||
DWORD APIENTRY WNetGetResourceInformationW(LPNETRESOURCEA,LPVOID,LPDWORD,LPWSTR*);
|
||||
DWORD APIENTRY WNetGetResourceInformationW(LPNETRESOURCEW,LPVOID,LPDWORD,LPWSTR*);
|
||||
DWORD APIENTRY WNetGetResourceParentA(LPNETRESOURCEA,LPVOID,LPDWORD);
|
||||
DWORD APIENTRY WNetGetResourceParentW(LPNETRESOURCEW,LPVOID,LPDWORD);
|
||||
DWORD APIENTRY WNetGetLastErrorA(PDWORD,LPSTR,DWORD,LPSTR,DWORD);
|
||||
|
Loading…
x
Reference in New Issue
Block a user