Fixed definition of MAX_COMPUTERNAME_LENGTH (spotted by Mike

McCormack).
This commit is contained in:
Alexandre Julliard 2004-10-22 20:00:13 +00:00
parent b2e8b36e50
commit 2612e60ef8
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ typedef struct _OFSTRUCT
#define DRIVE_CDROM 5 #define DRIVE_CDROM 5
#define DRIVE_RAMDISK 6 #define DRIVE_RAMDISK 6
#define MAX_COMPUTERNAME_LENGTH 31 #define MAX_COMPUTERNAME_LENGTH 15
/* The security attributes structure */ /* The security attributes structure */
typedef struct _SECURITY_ATTRIBUTES typedef struct _SECURITY_ATTRIBUTES