mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
Use stdint.h instead of inttypes.h - fixes MSVC < 2010
This commit is contained in:
parent
ba28a28b7e
commit
accc1c030e
@ -45,7 +45,7 @@
|
||||
#ifndef YM3438_H
|
||||
#define YM3438_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef uintptr_t Bitu;
|
||||
typedef intptr_t Bits;
|
||||
|
Loading…
Reference in New Issue
Block a user