X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsdk%2Ftools%2Fisohybrid%2Freactos_support_code.h;h=3f3344c4e02b34de4dd44880d5d08f2d43576da5;hp=8c7cfd0a3e3cd5cc1de0a73cdd812521b0759973;hb=8c0a8b2873e637b40036a0bd5fc56075ff590b59;hpb=daf94f98b015567d0432f045d2313cdd0ddd5a04;ds=sidebyside diff --git a/reactos/sdk/tools/isohybrid/reactos_support_code.h b/reactos/sdk/tools/isohybrid/reactos_support_code.h index 8c7cfd0a3e3..3f3344c4e02 100644 --- a/reactos/sdk/tools/isohybrid/reactos_support_code.h +++ b/reactos/sdk/tools/isohybrid/reactos_support_code.h @@ -14,6 +14,12 @@ #include #endif +// isotypes.h would provide these, but it's not available on MSVC < 2013. +typedef unsigned char uint8_t; +typedef unsigned short uint16_t; +typedef unsigned int uint32_t; +typedef unsigned long long uint64_t; + void isohybrid_error(int eval, const char* fmt, ...); void isohybrid_warning(const char* fmt, ...);