From cc40695b51c5d35887ae36f7c6f1390a3bf91298 Mon Sep 17 00:00:00 2001 From: Matthias Kupfer Date: Mon, 16 Feb 2009 10:10:44 +0000 Subject: [PATCH] define IDC_STATIC as -1 instead of 100 (prevent confusing warnings) svn path=/trunk/; revision=39619 --- reactos/subsystems/win32/csrss/win32csr/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/csrss/win32csr/resource.h b/reactos/subsystems/win32/csrss/win32csr/resource.h index a0de6e4adde..9f4b485cb6f 100644 --- a/reactos/subsystems/win32/csrss/win32csr/resource.h +++ b/reactos/subsystems/win32/csrss/win32csr/resource.h @@ -13,7 +13,7 @@ #define IDD_NOT_RESPONDING 11 #define IDD_SWITCH_APP 12 -#define IDC_STATIC 100 +#define IDC_STATIC -1 #define IDC_PROGRESS 101 #define IDC_END_NOW 102 #define IDC_STATIC_CUR_APP 103