X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fcz80%2Fcz80.h;h=f3f79b394486534127d574312be3329613336856;hb=HEAD;hp=9b97d3b43d32e078a255921cdf804553a17e7849;hpb=b8a1c09ad1ef0b807c2eb1632d34e6bfae14b633;p=picodrive.git diff --git a/cpu/cz80/cz80.h b/cpu/cz80/cz80.h index 9b97d3b..f3f79b3 100644 --- a/cpu/cz80/cz80.h +++ b/cpu/cz80/cz80.h @@ -11,6 +11,12 @@ #ifndef CZ80_H #define CZ80_H +// uintptr_t +#include +#ifndef _MSC_VER +#include +#endif + #ifdef __cplusplus extern "C" { #endif @@ -44,7 +50,7 @@ extern "C" { #endif #ifndef FPTR -#define FPTR unsigned long +#define FPTR uintptr_t #endif /*************************************/