crosvm_cli: Add missing Windows exit codes

A few codes were added downstream and are not here.

BUG=b:269174100
TEST=presubmit

Change-Id: I6599cbc356fe77b6b9094361a620aada2d173e5b
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4246714
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
Commit-Queue: Idan Raiter <idanr@google.com>
This commit is contained in:
Idan Raiter 2023-02-13 18:44:26 -08:00 committed by crosvm LUCI
parent f1c283e4b6
commit eda45f7648

View file

@ -339,6 +339,9 @@ pub enum Exit {
CreateImeThread = 0xE0000099,
OpenDiskImage = 0xE000009A,
VirtioSoundDeviceNew = 0xE000009B,
StartSpu = 0xE000009C,
SandboxCreateProcessAccessDenied = 0xE000009D,
SandboxCreateProcessElevationRequired = 0xE000009E,
}
impl From<Exit> for ExitCode {