On the topic of: Fixes for Win32 API headers
Mumit Khan
khan@NanoTech.Wisc.EDU
Tue Jan 18 11:56:00 GMT 2000
"Jon Leichter" <jon@symas.com> writes:
> Can you please also make the following patch to lmserver.h:
>
> @@ -346,9 +346,8 @@
> NET_API_STATUS WINAPI
> NetServerDiskEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD);
> NET_API_STATUS WINAPI NetServerComputerNameAdd(LPWSTR,LPWSTR,LPWSTR);
> NET_API_STATUS WINAPI NetServerComputerNameDel(LPWSTR,LPWSTR);
> -NET_API_STATUS WINAPI
> -NetServerTransportAdd(LPTSTR,DWORD,PBYTE);
> -NetServerTransportAddEx(LPTSTR,DWORD,PBYTE);
> +NET_API_STATUS WINAPI NetServerTransportAdd(LPTSTR,DWORD,PBYTE);
> +NET_API_STATUS WINAPI NetServerTransportAddEx(LPTSTR,DWORD,PBYTE);
> NET_API_STATUS WINAPI NetServerTransportDel(LPTSTR,DWORD,PBYTE);
> NET_API_STATUS WINAPI
> NetServerTransportEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD);
> BOOL SetServiceBits(SERVICE_STATUS_HANDLE,DWORD,BOOL,BOOL);
>
Done. Thanks for the fix.
Regards,
Mumit
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list