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:
Yaniv Kamay 2010-01-11 19:57:29 +02:00 committed by Marc-André Lureau
parent f7016f367f
commit d6ee10057e

View File

@ -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