gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31584 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r31584 - gnunet/src/gns
Date: Thu, 19 Dec 2013 19:39:14 +0100

Author: LRN
Date: 2013-12-19 19:39:14 +0100 (Thu, 19 Dec 2013)
New Revision: 31584

Modified:
   gnunet/src/gns/w32nsp.c
Log:
Fix debug logging in w32nsp to not to use libintl

Modified: gnunet/src/gns/w32nsp.c
===================================================================
--- gnunet/src/gns/w32nsp.c     2013-12-19 18:39:12 UTC (rev 31583)
+++ gnunet/src/gns/w32nsp.c     2013-12-19 18:39:14 UTC (rev 31584)
@@ -26,19 +26,20 @@
  * "Network Programming For Microsoft Windows, 2Nd Edition".
  */
 
-#include <stdint.h>
-#include <ws2tcpip.h>
-#include <ws2spi.h>
-#include <windows.h>
-#include <nspapi.h>
-
 #if 1
 #  define DEBUGLOG(s, ...)
 #endif
 #if 0
+#  define __printf__ printf
 #  define DEBUGLOG(s, ...) printf (s, ##__VA_ARGS__)
 #endif
 
+#include <stdint.h>
+#include <ws2tcpip.h>
+#include <ws2spi.h>
+#include <windows.h>
+#include <nspapi.h>
+
 #define WINDOWS 1
 #define MINGW 1
 #ifndef __BYTE_ORDER




reply via email to

[Prev in Thread] Current Thread [Next in Thread]