[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:24:49 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 6c02910d28506049cbecddd38e3e082e54248c7d
Author: aCaB <acab at clamav.net>
Date:   Tue Mar 23 00:09:52 2010 +0100

    bb#1895

diff --git a/win32/platform.h b/win32/platform.h
index b154713..4f10dd1 100644
--- a/win32/platform.h
+++ b/win32/platform.h
@@ -11,6 +11,11 @@
 #include <Ws2tcpip.h>
 #include <process.h>
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
 #include "gettimeofday.h"
 #include "snprintf.h"
 #include "net.h"
@@ -18,7 +23,9 @@
 #include "w32_stat.h"
 #include "random.h"
 
-#ifndef __cplusplus
+#ifdef __cplusplus
+}
+#else
 typedef unsigned short mode_t;
 #endif
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list