summaryrefslogtreecommitdiff
path: root/src/tool/moneycount/mmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/moneycount/mmo.h')
-rw-r--r--src/tool/moneycount/mmo.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/tool/moneycount/mmo.h b/src/tool/moneycount/mmo.h
index 640065a..c7ab21f 100644
--- a/src/tool/moneycount/mmo.h
+++ b/src/tool/moneycount/mmo.h
@@ -310,20 +310,5 @@ enum
};
-#ifndef LCCWIN32
-#ifndef strcmpi
-#define strcmpi strcasecmp
-#endif
-#ifndef stricmp
-#define stricmp strcasecmp
-#endif
-#ifndef strncmpi
-#define strncmpi strncasecmp
-#endif
-#ifndef strnicmp
-#define strnicmp strncasecmp
-#endif
-#endif
-
#endif // _MMO_H_