Commit 2612e60e authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed definition of MAX_COMPUTERNAME_LENGTH (spotted by Mike

McCormack).
parent b2e8b36e
...@@ -183,7 +183,7 @@ typedef struct _OFSTRUCT ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment