SF Tracker: Patches - Fedora mingw32 compilation - ID: 3138849
Details: Hello. I trying compile libupnp-1.6.10 on the Fedora 14 MinGW Environment and get many errors. I create patch to fix it. With this patch i can get static library. This patch is very raw. Submitted: Ivan Romanov (ivanromanov) - 2010-12-16 23:29:19 UTC
This commit is contained in:
@@ -202,7 +202,7 @@ typedef int (*ParserFun)(char *, Event *);
|
||||
* Returns: int
|
||||
* 0 if successful else -1
|
||||
***************************************************************************/
|
||||
int Make_Socket_NoBlocking (int sock);
|
||||
int Make_Socket_NoBlocking (SOCKET sock);
|
||||
|
||||
/************************************************************************
|
||||
* Function : ssdp_handle_device_request
|
||||
|
Reference in New Issue
Block a user