mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:13:01 +00:00
[KERNEL32] Improve the definition of EXENAME_LENGTH.
This commit is contained in:
parent
72094e637d
commit
eea43394bf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ extern BOOL WINAPI IsDebuggerPresent(VOID);
|
|||
/* Console Input facilities */
|
||||
HANDLE InputWaitHandle = INVALID_HANDLE_VALUE;
|
||||
|
||||
#define EXENAME_LENGTH 255 + 1
|
||||
#define EXENAME_LENGTH (255 + 1)
|
||||
static RTL_CRITICAL_SECTION ExeNameLock;
|
||||
static BOOLEAN ExeNameInitialized;
|
||||
static WCHAR ExeNameBuffer[EXENAME_LENGTH]; // NULL-terminated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue