Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions include/ogg/os_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@

/* DJGPP */
typedef short ogg_int16_t;
typedef unsigned short ogg_uint16_t;
typedef int ogg_int32_t;
typedef unsigned int ogg_uint32_t;
typedef long long ogg_int64_t;
Expand All @@ -128,6 +129,7 @@
typedef int ogg_int32_t;
typedef unsigned ogg_uint32_t;
typedef short ogg_int16_t;
typedef unsigned short ogg_uint16_t;

#elif defined(__SYMBIAN32__)

Expand Down