Revision: 2264 http://geany.svn.sourceforge.net/geany/?rev=2264&view=rev Author: eht16 Date: 2008-02-18 09:17:55 -0800 (Mon, 18 Feb 2008)
Log Message: ----------- Fix compiler warnings on Windows.
Modified Paths: -------------- trunk/src/socket.c
Modified: trunk/src/socket.c =================================================================== --- trunk/src/socket.c 2008-02-17 18:00:42 UTC (rev 2263) +++ trunk/src/socket.c 2008-02-18 17:17:55 UTC (rev 2264) @@ -159,6 +159,7 @@ }
+#ifndef G_OS_WIN32 static void remove_socket_link_full() { gchar real_path[512]; @@ -176,6 +177,7 @@ } g_unlink(socket_info.file_name); } +#endif
/* (Unix domain) socket support to replace the old FIFO code
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.