This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: On the topic of: Fixes for Win32 API headers


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]