Commit 3851a0438b368d1a8a30da5f438d3b029ed6216f

dtremenak 2011-05-20T03:33:11

define new symbols on msvc builds as necessary

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/msvc/config.h b/msvc/config.h
index 77b6916..6c39013 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -41,3 +41,8 @@
 // quell spurious portable-function deprecation warnings
 #define _CRT_SECURE_NO_DEPRECATE 1
 #define _POSIX_ 1
+
+// use __FUNCTION__
+#define __FUNC__ __FUNCTION__
+
+#define PACKAGE_VERSION "2.2.0"