mirror of
https://github.com/vivier/EMILE.git
synced 2025-03-12 14:31:05 +00:00
remove unneeded ARCH_M68K for typedef
This commit is contained in:
parent
479702a005
commit
c70264f609
@ -8,14 +8,12 @@
|
||||
#define __MACOS_TYPES_H__
|
||||
|
||||
#ifndef _SYS_TYPES_H
|
||||
#ifdef ARCH_M68K
|
||||
typedef unsigned char u_int8_t;
|
||||
typedef signed char int8_t;
|
||||
typedef unsigned short u_int16_t;
|
||||
typedef signed short int16_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
typedef signed int int32_t;
|
||||
#endif /* ARCH_M68K */
|
||||
#endif /* _SYS_TYPES_H */
|
||||
|
||||
typedef int16_t OSErr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user