From c1b4d51f0b1e6988ab24b2ec22679aadc6e0aceb Mon Sep 17 00:00:00 2001 From: William Kent Date: Tue, 20 Nov 2018 13:38:52 -0500 Subject: [PATCH] [MC] Fix syntax errors in errcodes.mc This was causing the MSVC build to fail. --- sdk/include/reactos/mc/errcodes.mc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/sdk/include/reactos/mc/errcodes.mc b/sdk/include/reactos/mc/errcodes.mc index 726329129a0..2e29aea6623 100644 --- a/sdk/include/reactos/mc/errcodes.mc +++ b/sdk/include/reactos/mc/errcodes.mc @@ -27391,9 +27391,10 @@ ERROR_DS_SAM_INIT_FAILURE - Security Accounts Manager initialization failed beca Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. . Language=Polish -Language=Romanian ERROR_DS_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. +. +Language=Romanian ERROR_DS_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. . @@ -28023,9 +28024,10 @@ ERROR_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. . Language=Polish -Language=Romanian ERROR_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. +. +Language=Romanian ERROR_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. . @@ -28366,9 +28368,10 @@ ERROR_DS_INIT_FAILURE_CONSOLE - Directory Services could not start because of th Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. . Language=Polish -Language=Romanian ERROR_DS_INIT_FAILURE_CONSOLE - Directory Services could not start because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. +. +Language=Romanian ERROR_DS_INIT_FAILURE_CONSOLE - Directory Services could not start because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. . @@ -28386,9 +28389,10 @@ ERROR_DS_SAM_INIT_FAILURE_CONSOLE - Security Accounts Manager initialization fai Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. . Language=Polish -Language=Romanian ERROR_DS_SAM_INIT_FAILURE_CONSOLE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. +. +Language=Romanian ERROR_DS_SAM_INIT_FAILURE_CONSOLE - Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. . -- 2.17.1