commit | b812c90c2a0f34daafcd26d8e6571de5616b43c1 | [log] [tgz] |
---|---|---|
author | Andriy Palamarchuk <apa3a@yahoo.com> | Wed Sep 11 02:35:17 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Sep 11 02:35:17 2002 +0000 |
tree | 6a128da843f99663f4d19293e7dc4010bcb0cec8 | |
parent | d19aa5b702b8daed4845e903afba9437acf1e745 [diff] [blame] |
Implemented buffer management functions, a couple of workstation information functions, created conformance tests.
diff --git a/include/winbase.h b/include/winbase.h index a317a98..ba207f1 100644 --- a/include/winbase.h +++ b/include/winbase.h
@@ -189,6 +189,8 @@ #define DRIVE_CDROM 5 #define DRIVE_RAMDISK 6 +#define MAX_COMPUTERNAME_LENGTH 31 + /* The security attributes structure */ typedef struct _SECURITY_ATTRIBUTES {