From 9ad2aa59da822e9d30c5e0cd677025fe6e12df95 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 화, 09 11월 2021 17:37:17 +0900 Subject: [PATCH] Ongoing90 #3662 CF AOI Review 전설비 알람 발생 조치 --- ReviewHistory/ReveiwHistory/akFormationMap.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ReviewHistory/ReveiwHistory/akFormationMap.h b/ReviewHistory/ReveiwHistory/akFormationMap.h index 2312a97..13e16da 100644 --- a/ReviewHistory/ReveiwHistory/akFormationMap.h +++ b/ReviewHistory/ReveiwHistory/akFormationMap.h @@ -5,6 +5,12 @@ #define UM_FORMMAP_DEFECTMOUSEOVER WM_USER+0x2001 #define UM_FORMMAP_DEFECTSELECT WM_USER+0x2002 +/*< LYW 20211028 - #3684 ADD Start >*/ +#define UM_WARNING_OFFSET WM_USER+0x2004 +//Thread msg Map +#define UM_THREAD_WARNING_OFFSET WM_USER + 0x1001 +#define UM_THREAD_LOADING_OFFSET WM_USER + 0x1002 +/*< LYW 20211028 - #3684 ADD End >*/ class CakFormationMap : public CakGraphBasic3 { -- Gitblit v1.9.3