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:
Marcelo Roberto Jimenez
2010-12-18 19:29:24 -02:00
parent bb5a80c05b
commit b2a88aa70b
12 changed files with 92 additions and 157 deletions

View File

@@ -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