mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 02:58:48 +00:00
define IDC_STATIC as -1 instead of 100 (prevent confusing warnings)
svn path=/trunk/; revision=39619
This commit is contained in:
parent
f56130f164
commit
cc40695b51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue