From c112cf54a238afa473e7eb0ea6298e06f4957658 Mon Sep 17 00:00:00 2001 From: kojingeun <diteam.co.kr> Date: 금, 24 11월 2023 14:44:30 +0900 Subject: [PATCH] Merge branch 'feature/#4539_CF_AOI_Review_Log_미출력_현상_개선' into develop --- ReviewHistory/ReveiwHistory/akFormationMap.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ReviewHistory/ReveiwHistory/akFormationMap.h b/ReviewHistory/ReveiwHistory/akFormationMap.h index f5d2bb6..13e16da 100644 --- a/ReviewHistory/ReveiwHistory/akFormationMap.h +++ b/ReviewHistory/ReveiwHistory/akFormationMap.h @@ -9,6 +9,7 @@ #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