Oops; fix a merge conflict that got committed into event2/event-config.h. Now msvc builds work again.

This commit is contained in:
Nick Mathewson 2012-04-03 16:08:23 -04:00
parent 6c95c6c8a2
commit 07cb57042d

View File

@ -334,13 +334,7 @@
#define EVENT__TIME_WITH_SYS_TIME 1 #define EVENT__TIME_WITH_SYS_TIME 1
/* Version number of package */ /* Version number of package */
<<<<<<< HEAD
#define EVENT__VERSION "2.1.0-alpha-dev" #define EVENT__VERSION "2.1.0-alpha-dev"
||||||| merged common ancestors
#define EVENT__VERSION "2.0.16-stable-dev"
=======
#define EVENT__VERSION "2.0.17-stable"
>>>>>>> origin/patches-2.0
/* Define to appropriate substitue if compiler doesnt have __func__ */ /* Define to appropriate substitue if compiler doesnt have __func__ */
#define EVENT____func__ __FUNCTION__ #define EVENT____func__ __FUNCTION__