16,548
社区成员




#if !defined(MACOS) && !defined(TARGET_OS_MAC)
typedef unsigned char Byte; /* 8 bits */
#endif
: warning C4518: 'unsigned typedef char ' : storage-class or type specifier(s) unexpected here; ignored
: error C2146: syntax error : missing ';' before identifier 'Byte'
: fatal error C1004: unexpected end of file found