Changeset 861
- Timestamp:
- 04/29/08 20:42:58 (4 months ago)
- Files:
-
- trunk/src/main-ros.c (modified) (1 diff)
- trunk/src/ui-menu.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main-ros.c
r542 r861 296 296 #endif 297 297 298 /* V, post3.0.7, has conflicting types for these we have to #define around */ 299 #undef menu_flags 298 /* V, post3.0.7, has a conflicting type for this we have to #define around */ 300 299 #undef menu_item 301 300 trunk/src/ui-menu.h
r815 r861 31 31 32 32 /* Forward declare */ 33 /* RISC OS already has a menu_item and menu_flagsin system library */33 /* RISC OS already has a menu_item in system library */ 34 34 #ifdef RISCOS 35 35 #define menu_item ang_menu_item 36 #define menu_flags ang_menu_flags37 36 #endif 38 37
