Changeset 8 for trunk/src/Lineo.cpp

Show
Ignore:
Timestamp:
30.05.2008 00:09:57 (4 years ago)
Author:
nathan
Message:
  • Application d'un patch de Sylvain P. qui remplace le #elifdef par #elif defined le #elifdef n'étant pas valide pour GCC sauf certaines versions patchées (pour ma part sous ubuntu le #elifdef compilait...). Du coup le code est plus passe-partout ainsi.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Lineo.cpp

    r5 r8  
    9292#ifdef Nokia770 
    9393    Screen::getInstance()->setVideoMode(true); 
    94 #elifdef EeePC 
     94#elif defined EeePC 
    9595    Screen::getInstance()->setVideoMode(true); 
    9696#else