X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=cpu%2Fcz80%2Fcz80.h;h=f3f79b394486534127d574312be3329613336856;hp=9b97d3b43d32e078a255921cdf804553a17e7849;hb=48c9e01be8ad93a7902e22f9ad07aba4527e6572;hpb=a0b95da11240b4e936e4bab64a002db394130bb0 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 /*************************************/