]> git.proxmox.com Git - qemu.git/commit
error: Add error_set_win32 and error_setg_win32
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Wed, 7 Aug 2013 15:40:11 +0000 (11:40 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 9 Sep 2013 19:17:57 +0000 (14:17 -0500)
commit20840d4cfe5198cde313ac953279e76f16c5b76d
treee6b18012d3f8446d870ad8fa1a29e732a845bf55
parentd9840e2592493c816ad50f4211a9a4ec35371def
error: Add error_set_win32 and error_setg_win32

These functions help maintaining homogeneous formatting of error messages
with Windows error code and description (generated by
g_win32_error_message()).

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
include/qapi/error.h
util/error.c