*** triodef.h Wed May 10 12:22:12 2006 --- triodef.h Wed May 10 13:58:33 2006 *************** *** 194,200 **** */ # pragma message disable (UNDERFLOW, FLOATOVERFL) ! # if (__CRTL_VER < 80000000) /* * Although the compiler supports C99 language constructs, the C * run-time library does not contain all C99 functions. --- 194,200 ---- */ # pragma message disable (UNDERFLOW, FLOATOVERFL) ! # if (__CRTL_VER < 80210001 ) /* 80210000 and 80200000 do not have stdint.h */ /* * Although the compiler supports C99 language constructs, the C * run-time library does not contain all C99 functions.