X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=port.h;fp=port.h;h=5ffb924355cecafd26dc09cdde1ad1518adecf0c;hb=8f46190aa1d041567c69ff34f8ad8d430f902e01;hp=b1cf4a61a038f2712ae78ba35bb595b39ff55aa7;hpb=9902256814785f0b3f08d336a98c481c296ac7e5;p=drnoksnes diff --git a/port.h b/port.h index b1cf4a6..5ffb924 100644 --- a/port.h +++ b/port.h @@ -73,8 +73,6 @@ typedef int16_t int16; typedef int32_t int32; typedef int64_t int64; -typedef uint8_t bool8_32; - //Defines for Extern C #ifdef __cplusplus #define EXTERN_C extern "C"