mirror of
https://github.com/anope/anope.git
synced 2026-07-08 08:03:14 +02:00
BUILD : 1.7.8 (604) BUGS : N/A NOTES : tolower/toupper compiler errors on Win32.
git-svn-id: svn://svn.anope.org/anope/trunk@604 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@452 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
45a9f587db
commit
91ff890d23
+2
-1
@@ -654,7 +654,8 @@ E int m_version(char *source, int ac, char **av);
|
||||
|
||||
/**** misc.c ****/
|
||||
|
||||
|
||||
E int toupper(char);
|
||||
E int tolower(char);
|
||||
E char *strscpy(char *d, const char *s, size_t len);
|
||||
E char *stristr(char *s1, char *s2);
|
||||
E char *strnrepl(char *s, int32 size, const char *old, const char *new);
|
||||
|
||||
@@ -154,7 +154,6 @@ extern int shutdown(int, int);
|
||||
#undef toupper
|
||||
#define tolower tolower_
|
||||
#define toupper toupper_
|
||||
extern int toupper(char), tolower(char);
|
||||
|
||||
/* We also have our own encrypt(). */
|
||||
#define encrypt encrypt_
|
||||
|
||||
Reference in New Issue
Block a user