Remove unused defines

This commit is contained in:
TingPing 2014-06-21 22:45:21 -04:00
parent 45526205ab
commit 47b4b0da8a
1 changed files with 0 additions and 2 deletions

View File

@ -65,9 +65,7 @@
#endif
/* force a 32bit CMP.L */
#define CMPL(a, c0, c1, c2, c3) (a == (guint32)(c0 | (c1 << 8) | (c2 << 16) | (c3 << 24)))
#define WORDL(c0, c1, c2, c3) (guint32)(c0 | (c1 << 8) | (c2 << 16) | (c3 << 24))
#define WORDW(c0, c1) (guint16)(c0 | (c1 << 8))
#ifdef WIN32 /* for win32 */
#define OFLAGS O_BINARY