Remove useless defines.

This commit is contained in:
Ulf Möller 1999-04-20 15:54:24 +00:00
parent bb8e7ab756
commit 8310d7df75
2 changed files with 0 additions and 14 deletions

View File

@ -67,12 +67,6 @@
#endif
#define ULONG unsigned long
#define UCHAR unsigned char
#define UINT unsigned int
#ifdef NOCONST
#define const
#endif
#undef c2nl
#define c2nl(c,l) (l =(((unsigned long)(*((c)++)))<<24), \

View File

@ -66,14 +66,6 @@
#endif
#endif
#define ULONG unsigned long
#define UCHAR unsigned char
#define UINT unsigned int
#ifdef NOCONST
#define const
#endif
#undef c2nl
#define c2nl(c,l) (l =(((unsigned long)(*((c)++)))<<24), \
l|=(((unsigned long)(*((c)++)))<<16), \