forked from len0rd/rockbox
Change a #define constant that conflicts with a mingw definition. Change "WAIT_*" to "OBJ_WAIT_*".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16906 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5e0435b0d9
commit
3c8d93e091
3 changed files with 7 additions and 6 deletions
|
|
@ -240,9 +240,9 @@ void timeout_cancel(struct timeout *tmo);
|
|||
#define STATE_NONSIGNALED 0
|
||||
#define STATE_SIGNALED 1
|
||||
|
||||
#define WAIT_TIMEDOUT (-1)
|
||||
#define WAIT_FAILED 0
|
||||
#define WAIT_SUCCEEDED 1
|
||||
#define OBJ_WAIT_TIMEDOUT (-1)
|
||||
#define OBJ_WAIT_FAILED 0
|
||||
#define OBJ_WAIT_SUCCEEDED 1
|
||||
|
||||
extern void queue_init(struct event_queue *q, bool register_queue);
|
||||
extern void queue_delete(struct event_queue *q);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue