merge linux and windows clients into one directory... will consolidate makefiles shortly

This commit is contained in:
bushing 2009-12-22 12:11:15 +00:00
parent e3dfa42772
commit cd00aa3043
27 changed files with 9 additions and 9 deletions

View file

@ -1,9 +0,0 @@
#define BYTE unsigned char
#define WORD unsigned short
#define DWORD unsigned int
#define TRUE 1
#define FALSE 0
#define BOOL int
#define max(a,b) (((a)>(b))?(a):(b))
#define min(a,b) (((a)>(b))?(b):(a))