Skip to content

Commit d89f045

Browse files
committed
Fixes macOS build of applications using the macro PUTBYTES(...)
1 parent f6b7b3c commit d89f045

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IsoLib/libisomediafile/src/MP4Impl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ derivative works. Copyright (c) 1999.
2727
#define INCLUDED_MP4IMPL_H
2828
#include <assert.h>
2929
#include <stdio.h>
30-
#ifdef __linux
3130
#include <string.h>
32-
#endif
3331

3432
#ifndef NULL
3533
#define NULL 0

0 commit comments

Comments
 (0)