IGN:Add stdint.h for visual studio compilation

This commit is contained in:
Kovid Goyal 2008-12-17 14:30:14 -08:00
parent 3e507f99a2
commit 0ea10932e2

View File

@ -15,6 +15,11 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef _MSC_VER
#include "stdint.h"
#endif
typedef struct lzxc_data lzxc_data;
typedef int (*lzxc_get_bytes_t)(void *arg, int n, void *buf);
typedef int (*lzxc_put_bytes_t)(void *arg, int n, void *buf);