/* * C99 header that Windows neglects. I might eventually replace this with * one of the following: * http://www.azillionmonkeys.com/qed/pstdint.h * http://msinttypes.googlecode.com/svn/trunk/stdint.h */ #ifndef __STDINT_H__ #define __STDINT_H__ #include #endif /*__STDINT_H__*/