mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Bumped CSRSS_MAX_TITLE_LENGTH up to 80.
svn path=/trunk/; revision=4227
This commit is contained in:
parent
15f7619166
commit
ad0f593f37
1 changed files with 2 additions and 2 deletions
|
@ -367,8 +367,8 @@ typedef struct
|
|||
|
||||
#define CSRSS_MAX_READ_CONSOLE_OUTPUT_ATTRIB (MAX_MESSAGE_DATA - sizeof(ULONG) - sizeof(HANDLE) - sizeof(DWORD) - sizeof(CSRSS_READ_CONSOLE_OUTPUT_ATTRIB_REQUEST))
|
||||
|
||||
// FIXME: it should be 80. Is this a limit due to LPC msg size?
|
||||
#define CSRSS_MAX_TITLE_LENGTH 50
|
||||
// WCHARs, not bytes!
|
||||
#define CSRSS_MAX_TITLE_LENGTH 80
|
||||
|
||||
#define CSRSS_CREATE_PROCESS (0x0)
|
||||
#define CSRSS_TERMINATE_PROCESS (0x1)
|
||||
|
|
Loading…
Reference in a new issue