mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:22:59 +00:00
[ROSAUTOTEST] "Enforce" ending '\n' on C___Exception messages (#1533)
This commit is contained in:
parent
853f7d84a0
commit
f79ca12eda
5 changed files with 11 additions and 9 deletions
|
@ -27,7 +27,7 @@ CConfiguration::CConfiguration()
|
|||
|
||||
/* Check if we are running under ReactOS from the SystemRoot directory */
|
||||
if(!GetWindowsDirectoryW(WindowsDirectory, MAX_PATH))
|
||||
FATAL("GetWindowsDirectoryW failed");
|
||||
FATAL("GetWindowsDirectoryW failed\n");
|
||||
|
||||
m_IsReactOS = !_wcsnicmp(&WindowsDirectory[3], L"reactos", 7);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue