(svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << 8) with SHARE_FLAG

This commit is contained in:
bjarni
2006-08-27 09:55:54 +00:00
parent 1385d33ff0
commit 3af65b79e7
6 changed files with 17 additions and 16 deletions

View File

@@ -11,6 +11,7 @@
enum {
INVALID_ORDER = 0xFFFF,
SHARE_FLAG = 1 << 8,
};
/* Order types */