diff --git a/fakes/stdint.h b/fakes/stdint.h new file mode 100644 index 00000000..d799d3be --- /dev/null +++ b/fakes/stdint.h @@ -0,0 +1,6 @@ +#pragma once + +typedef unsigned short uint16_t; +typedef short int16_t; +typedef unsigned int uint32_t; +typedef int int32_t;