diff options
| author | Yaniv Kamay <ykamay@redhat.com> | 2010-01-11 19:57:29 +0200 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-20 15:25:37 +0100 |
| commit | d6ee10057e8daa303e4e95c5cb83a17db3d4c8cb (patch) | |
| tree | bb11545b2056fb8cfe83b782033750483245236c | |
| parent | f7016f367f4dad01767b4a37fb34a1132eccbdef (diff) | |
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.
| -rw-r--r-- | common/red_error_codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/red_error_codes.h b/common/red_error_codes.h index c08fd51..0c06899 100644 --- a/common/red_error_codes.h +++ b/common/red_error_codes.h @@ -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 |
