Ignore:
Timestamp:
12/11/11 01:43:46 (18 months ago)
Author:
reyalp
Message:

apply 1459_elf3.patch from tsvstar in http://chdk.setepontos.com/index.php?topic=847.msg77723#msg77723
workaround in kbd.c for trunk changesets 1461 and 1464
set eol-style props

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reyalp-flt/core/edgeoverlay.h

    r928 r1467  
    99#define EDGE_SAVE_DIR "A/CHDK/EDGE" 
    1010 
     11// Defines of exported to chdk symbols 
     12#ifdef THIS_IS_CHDK_CORE 
     13        // This section is for CHDK core 
     14        extern void (*edge_overlay)(); 
     15        extern void (*save_edge_overlay)(void); 
     16        extern void (*load_edge_overlay)( const char* ); 
     17#else 
     18        // This section is for module 
    1119void edge_overlay(); 
    1220void save_edge_overlay(void); 
    1321void load_edge_overlay( const char* ); 
     22#endif 
    1423 
    1524#endif 
Note: See TracChangeset for help on using the changeset viewer.