mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[KERNEL32] Improve the definition of EXENAME_LENGTH.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user