Skip to content

Commit

Permalink
Update MediaInfoDLL.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrato authored Nov 20, 2019
1 parent 1e47ba2 commit 72e532c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/MediaInfoDLL.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
#elif defined(__APPLE__) && defined(__MACH__)
#define MEDIAINFODLL_NAME "libmediainfo.0.dylib"
#define __stdcall
#include <new> //for size_t
#include <stddef.h> //for size_t
#else
#define MEDIAINFODLL_NAME "libmediainfo.so.0"
#define __stdcall
Expand Down

0 comments on commit 72e532c

Please sign in to comment.