[KERNEL32] Improve the definition of EXENAME_LENGTH.

This commit is contained in:
Hermès Bélusca-Maïto
2017-12-16 20:58:08 +01:00
parent 72094e637d
commit eea43394bf

View File

@@ -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