Skip to content

Commit c1e3738

Browse files
committed
[[ Unicodify ]] Tweaks to make things compile again.
1 parent 5f6ad6e commit c1e3738

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

engine/src/bsdiff_build.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bool MCBsDiffBuild(MCBsDiffInputStream *p_old_stream, MCBsDiffInputStream *p_new
5656

5757
#define MIN(x,y) (((x)<(y)) ? (x) : (y))
5858

59-
#ifndef __LINUX__
59+
#if !defined(__LINUX__) && !defined(_OFF_T)
6060
typedef int32_t off_t;
6161
#endif
6262
typedef uint8_t u_char;

engine/src/mblandroidsound.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
3131

3232
#include "mblandroid.h"
3333
#include "mblandroidutil.h"
34+
#include "mblandroidjava.h"
3435

3536
#include "mblsyntax.h"
3637

0 commit comments

Comments
 (0)