1
0
Fork 0
forked from len0rd/rockbox

Use a more natural guard for the callback definition

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25664 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2010-04-17 14:22:06 +00:00
parent 69710e54f1
commit 3ed8630870

View file

@ -259,7 +259,7 @@ struct thread_entry
#endif #endif
struct thread_entry *queue; /* List of threads waiting for thread to be struct thread_entry *queue; /* List of threads waiting for thread to be
removed */ removed */
#ifdef HAVE_EXTENDED_MESSAGING_AND_NAME #ifdef HAVE_WAKEUP_EXT_CB
void (*wakeup_ext_cb)(struct thread_entry *thread); /* Callback that void (*wakeup_ext_cb)(struct thread_entry *thread); /* Callback that
performs special steps needed when being performs special steps needed when being
forced off of an object's wait queue that forced off of an object's wait queue that