From 6d9026c4b4620b4f65d172522b7b3a7aed4a94df Mon Sep 17 00:00:00 2001 From: Yaniv Kamay Date: Sat, 9 Jan 2010 23:06:00 +0200 Subject: 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(+) (limited to 'common') diff --git a/common/red_error_codes.h b/common/red_error_codes.h index c08fd510..0c068997 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 -- cgit