mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-30 18:00:25 +00:00
client: add Platform::term_printf
Platform::term_printf is a variant of printf that on windows dynamically opens console in order to have visible output during command line processing.
This commit is contained in:
parent
f7016f367f
commit
d6ee10057e
@ -45,6 +45,7 @@
|
||||
#define SPICEC_ERROR_CODE_VERSION_MISMATCH (-11)
|
||||
#define SPICEC_ERROR_CODE_PERMISSION_DENIED (-12)
|
||||
#define SPICEC_ERROR_CODE_INVALID_ARG (-13)
|
||||
#define SPICEC_ERROR_CODE_CMD_LINE_ERROR (-14)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user