私はコードの一部を持っています
typedef unsigned char _uint8;
typedef unsigned short _uint16;
typedef unsigned int _uint32;
typedef float _float32;
typedef char _int8;
typedef short _int16;
typedef int _int32;
最後の 3 行にある行でエラーが発生しています
エラーメッセージは
エラー C2632: 'char' の後に 'char' が続くのは不正です
エラー C2632: 'short' の後に 'short' が続くのは不正です
エラー C2632: 'int' に続く 'int' は無効です