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

BUILD : 1.7.8 (607) BUGS : N/A NOTES : Clean up after proxy was removed, some Win32 touch ups

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@455 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-08 05:45:40 +00:00
parent 2f44331e17
commit 2278e8c77b
8 changed files with 23 additions and 28 deletions
+4
View File
@@ -1,7 +1,11 @@
#ifndef CATSERV_DEFS_H
#define CATSERV_DEFS_H
#ifdef _WIN32
extern __declspec(dllexport) char *s_CatServ;
#else
E char *s_CatServ;
#endif
#endif