diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-04-04 12:24:56 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-04-04 12:24:56 -0700 |
commit | 2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a (patch) | |
tree | f887293b4ec57253d02034d270c00826424b080b /src/tool/moneycount/mmo.h | |
parent | 721265e0fe2bd38bafd3a09a0e574e10c89bd345 (diff) | |
download | tmwa-2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a.tar.gz tmwa-2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a.tar.bz2 tmwa-2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a.tar.xz tmwa-2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a.zip |
Get rid of RETCODE
Diffstat (limited to 'src/tool/moneycount/mmo.h')
-rw-r--r-- | src/tool/moneycount/mmo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tool/moneycount/mmo.h b/src/tool/moneycount/mmo.h index c7ab21f..bd62b49 100644 --- a/src/tool/moneycount/mmo.h +++ b/src/tool/moneycount/mmo.h @@ -5,11 +5,6 @@ #define _MMO_H_ #include <time.h> -#ifdef CYGWIN -#define RETCODE "\r\n" // (CR/LF?FWindows?n) -#else -#define RETCODE "\n" // (LF?FUnix?n?j -#endif #define FIFOSIZE_SERVERLINK 256*1024 |