ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/stdinc.h
(Generate patch)

Comparing ircd-hybrid-7.2/include/stdinc.h (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 536 by michael, Thu Mar 23 09:59:02 2006 UTC

# Line 137 | Line 137 | extern int errno;
137  
138   #include "inet_misc.h"
139  
140 + #ifdef _WIN32
141 + #undef strcasecmp
142 + #define strcasecmp stricmp
143 + #endif
144 +
145   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)