merge linux and windows clients into one directory... will consolidate makefiles shortly
This commit is contained in:
9
client/translate.h
Normal file
9
client/translate.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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))
|
||||
Reference in New Issue
Block a user