forked from len0rd/rockbox
In fact there's a named constant for this value, use that instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9491 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4242a99985
commit
e619aa64d3
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
#define EDIT_FILENAME 1
|
#define EDIT_FILENAME 1
|
||||||
#define BUTTON_BROWSE 2
|
#define BUTTON_BROWSE 2
|
||||||
#define BUTTON_PATCH 3
|
#define BUTTON_PATCH 3
|
||||||
#define WM_COMMANDDRIVEN 0x8000
|
#define WM_COMMANDDRIVEN WM_APP
|
||||||
|
|
||||||
#define CTL_NUM 4
|
#define CTL_NUM 4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue