From 3ed8630870a786665f03d3799774153f7b4ca2bb Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Sat, 17 Apr 2010 14:22:06 +0000 Subject: [PATCH] Use a more natural guard for the callback definition git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25664 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/thread.h b/firmware/export/thread.h index c61a067174..a473e3a4ff 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -259,7 +259,7 @@ struct thread_entry #endif struct thread_entry *queue; /* List of threads waiting for thread to be removed */ -#ifdef HAVE_EXTENDED_MESSAGING_AND_NAME +#ifdef HAVE_WAKEUP_EXT_CB void (*wakeup_ext_cb)(struct thread_entry *thread); /* Callback that performs special steps needed when being forced off of an object's wait queue that