From d0e96ac431f8ebccc5fd21580414913824d72766 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 17 Jul 2019 22:50:42 +0200 Subject: Prepend message types by MSG_, Windows headerfiles define ERROR as macro. Signed-off-by: Pavel Pisa --- qtmips_asm/messagetype.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qtmips_asm/messagetype.h') diff --git a/qtmips_asm/messagetype.h b/qtmips_asm/messagetype.h index a3a1c49..fef5eb8 100644 --- a/qtmips_asm/messagetype.h +++ b/qtmips_asm/messagetype.h @@ -39,11 +39,11 @@ namespace messagetype { enum Type { - START, - FINISH, - INFO, - WARNING, - ERROR, + MSG_START, + MSG_FINISH, + MSG_INFO, + MSG_WARNING, + MSG_ERROR, }; } -- cgit v1.2.3