Changeset 1572


Ignore:
Timestamp:
01/16/12 10:38:55 (17 months ago)
Author:
philmoz
Message:

Fix for compile errors for SX1 and IXUSIZOOM.

Location:
trunk/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui.c

    r1570 r1572  
    729729static const char* gui_raw_nr_modes[] = { "Auto", "Off", "On"}; 
    730730static CMenuItem raw_submenu_items[] = { 
     731#if DNG_SUPPORT 
    731732    MENU_ITEM(0x5c,LANG_MENU_RAW_SAVE,                MENUITEM_BOOL | MENUITEM_ARG_CALLBACK, &conf.save_raw, (int)cb_change_dng ), 
     733#else 
     734    MENU_ITEM(0x5c,LANG_MENU_RAW_SAVE,                MENUITEM_BOOL | MENUITEM_ARG_CALLBACK, &conf.save_raw, 0 ), 
     735#endif 
    732736    MENU_ITEM(0x59,LANG_MENU_OSD_RAW_EXCEPTIONS_PARAMS,         MENUITEM_SUBMENU,   &raw_exceptions_submenu, 0 ), 
    733737    MENU_ENUM2(0x5f,LANG_MENU_RAW_NOISE_REDUCTION,    &conf.raw_nr, gui_raw_nr_modes ), 
  • trunk/core/module_exportlist.c

    r1569 r1572  
    232232            shooting_get_zoom, 
    233233            shooting_set_zoom, 
     234            shooting_get_prop, 
    234235 
    235236                        // for txtread.flt 
Note: See TracChangeset for help on using the changeset viewer.