Skip to content

Commit 4788d15

Browse files
committed
Added arm64 and x86_64.
1 parent c464eb2 commit 4788d15

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Frameworks/Ogg.framework/Headers/config_types.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# include <sys/types.h>
1717
#endif
1818

19-
typedef short ogg_int16_t;
20-
typedef unsigned short ogg_uint16_t;
21-
typedef int ogg_int32_t;
22-
typedef unsigned int ogg_uint32_t;
23-
typedef long long ogg_int64_t;
19+
typedef int16_t ogg_int16_t;
20+
typedef uint16_t ogg_uint16_t;
21+
typedef int32_t ogg_int32_t;
22+
typedef uint32_t ogg_uint32_t;
23+
typedef int64_t ogg_int64_t;
2424

2525
#endif

0 commit comments

Comments
 (0)