We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c464eb2 commit 4788d15Copy full SHA for 4788d15
1 file changed
Frameworks/Ogg.framework/Headers/config_types.h
@@ -16,10 +16,10 @@
16
# include <sys/types.h>
17
#endif
18
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;
+typedef int16_t ogg_int16_t;
+typedef uint16_t ogg_uint16_t;
+typedef int32_t ogg_int32_t;
+typedef uint32_t ogg_uint32_t;
+typedef int64_t ogg_int64_t;
24
25
0 commit comments