Use stdint.h instead of inttypes.h - fixes MSVC < 2010

This commit is contained in:
twinaphex 2017-09-26 04:18:19 +02:00
parent ba28a28b7e
commit accc1c030e

View File

@ -45,7 +45,7 @@
#ifndef YM3438_H
#define YM3438_H
#include <inttypes.h>
#include <stdint.h>
typedef uintptr_t Bitu;
typedef intptr_t Bits;