summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-04-04 12:24:56 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-04-04 12:24:56 -0700
commit2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a (patch)
treef887293b4ec57253d02034d270c00826424b080b /src/common
parent721265e0fe2bd38bafd3a09a0e574e10c89bd345 (diff)
downloadtmwa-2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a.tar.gz
tmwa-2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a.tar.bz2
tmwa-2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a.tar.xz
tmwa-2c863c0d99aa3df9ef2eb4ceb112c4d946520f0a.zip
Get rid of RETCODE
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 2bd8705..64e0523 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -5,12 +5,6 @@
# include <time.h>
# include "utils.h" // LCCWIN32
-# ifdef CYGWIN
-# define RETCODE "\r\n"
-# else
-# define RETCODE "\n"
-# endif
-
# define FIFOSIZE_SERVERLINK 256*1024
// set to 0 to not check IP of player between each server.