Fixed definition of MAX_COMPUTERNAME_LENGTH (spotted by Mike
McCormack).
This commit is contained in:
parent
b2e8b36e50
commit
2612e60ef8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue