Author: tkreuzer
Date: Mon Dec 22 17:35:35 2008
New Revision: 38284
URL:
http://svn.reactos.org/svn/reactos?rev=38284&view=rev
Log:
don't define strcasecmp to strcmp, use _stricmp, and define strcasecmp to _strnicmp.
Modified:
trunk/reactos/base/applications/network/ftp/fake.h
Modified: trunk/reactos/base/applications/network/ftp/fake.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/…
==============================================================================
--- trunk/reactos/base/applications/network/ftp/fake.h [iso-8859-1] (original)
+++ trunk/reactos/base/applications/network/ftp/fake.h [iso-8859-1] Mon Dec 22 17:35:35
2008
@@ -6,8 +6,8 @@
#define getwd getcwd
-#define strcasecmp strcmp
-#define strncasecmp strnicmp
+#define strcasecmp _stricmp
+#define strncasecmp _strnicmp
struct timezone {
int tz_minuteswest; /* minutes W of Greenwich */