Another attempt at getting btek turn green w/o breaking other builds.

This commit is contained in:
jst%mozilla.jstenback.com 2004-07-12 18:34:31 +00:00
Родитель 1f1960d740
Коммит 0847d0312b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -47,7 +47,7 @@ typedef unsigned int uint32_t;
#else
#include <stdint.h>
#if !defined(__GNUC__) || (__GNUC__ > 2 && __GNUC_MINOR__ > 96)
#if !defined(__GNUC__) || (__GNUC__ > 2 && __GNUC_MINOR__ > 91)
#ifndef __cplusplus
#ifndef bool
typedef int bool;