[c-host] be compatible with new option ABI

This commit is contained in:
Geoffrey McRae
2019-05-11 20:59:31 +10:00
parent 538a6dc08e
commit 0090580a64
3 changed files with 12 additions and 18 deletions

View File

@@ -119,12 +119,8 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
.module = "os",
.name = "shmDevice",
.description = "The IVSHMEM device to use",
.value = {
.type = OPTION_TYPE_INT,
.v.x_int = 0,
},
.validator = NULL,
.printHelp = NULL
.type = OPTION_TYPE_INT,
.value.x_int = 0
},
{0}
};