From d6ee10057e8daa303e4e95c5cb83a17db3d4c8cb Mon Sep 17 00:00:00 2001 From: Yaniv Kamay Date: Mon, 11 Jan 2010 19:57:29 +0200 Subject: [PATCH] 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. --- common/red_error_codes.h | 1 + 1 file changed, 1 insertion(+) 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