Fix conditional compilation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1334 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-28 17:59:59 +00:00
parent 6506ad093c
commit d7db3259ee

View file

@ -219,7 +219,7 @@ struct nxclimsg_mousein_s
/* This message reports a new keypad event to a particular window */
#ifdef CONFIG_NX_KBDIN
#ifdef CONFIG_NX_KBD
struct nxclimsg_key
{
uint32 msgid; /* NX_CLIMSG_KBDIN */
@ -370,7 +370,7 @@ struct nxsvrmsg_mousein_s
* interrupt handler).
*/
#ifdef CONFIG_NX_EXTERNKBD
#ifdef CONFIG_NX_KBD
struct nxsvrmsg_kbdin_s
{
uint32 msgid; /* NX_SVRMSG_KBDIN */