Changeset 42163


Ignore:
Timestamp:
04/12/18 15:29:11 (6 years ago)
Author:
obi
Message:

disable bool work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/bcm.h

    r36554 r42163  
    1616#define FBIO_ACCEL  0x23
    1717
     18/* disable bool work include come from libeplayer3 titan/libeplayer3/include/playback.h #include <stdbool.h>
    1819// bool work start
    1920typedef int bool;
    2021enum { false, true };
    2122// bool work end
    22 
     23*/
    2324static unsigned int displaylist[1024];
    2425static int ptr;
Note: See TracChangeset for help on using the changeset viewer.