1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 21:43:13 +02:00

BUILD : 1.7.14 (1063) BUGS : 526 NOTES : Applied win32-maintenance patch by heinz

git-svn-id: svn://svn.anope.org/anope/trunk@1063 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@787 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-06-20 18:40:47 +00:00
parent f4baaed86c
commit 94693239a9
8 changed files with 335 additions and 151 deletions
+5 -1
View File
@@ -69,7 +69,11 @@ cat >version.h <<EOF
#endif
#if defined(_WIN32)
# define VER_OS "W"
# if _MSC_VER >= 1400
# define VER_OS "W"
# else
# define VER_OS "w"
# endif
#else
# define VER_OS
#endif