Build was broken by a type in gui_common.h default tip
authormikek
Mon, 17 May 2010 18:37:02 +0100
changeset 16 ccc8ba7d117c
parent 15 5fca9e46c6fa
Build was broken by a type in gui_common.h
symbian-qemu-0.9.1-12/qemu-symbian-svp/gui_common.h
--- a/symbian-qemu-0.9.1-12/qemu-symbian-svp/gui_common.h	Wed Oct 21 10:29:21 2009 +0100
+++ b/symbian-qemu-0.9.1-12/qemu-symbian-svp/gui_common.h	Mon May 17 18:37:02 2010 +0100
@@ -49,7 +49,7 @@
 #   define SET_GUI_AREA_Y0(area_ptr,y0)    (area_ptr)->y0 = (y0)
 #   define SET_GUI_AREA_X1(area_ptr,x1)    (area_ptr)->x1 = (x1)
 #   define SET_GUI_AREA_Y1(area_ptr,y1)    (area_ptr)->y1 = (y1)
-#elif define WIDTH_HEIGHT
+#elif defined WIDTH_HEIGHT
 #   define GET_GUI_AREA_WIDTH(area_ptr)    (area_ptr)->width
 #   define GET_GUI_AREA_HEIGHT(area_ptr)   (area_ptr)->height
 #   define GET_GUI_AREA_X1(area_ptr)       ((area_ptr)->x0 + (area_ptr)->width)