diff options
| author | Basem Abughallya <basem.maher45@gmail.com> | 2018-12-29 17:41:41 +0100 |
|---|---|---|
| committer | Basem Abughallya <basem.maher45@gmail.com> | 2018-12-29 17:44:47 +0100 |
| commit | 9a40529ae74507da20c5e414f8cd7073b83733e8 (patch) | |
| tree | 0128443a09d3ef249eba92f3153619e3aec662d6 /src/external/lua | |
| parent | d0d99d35034a55b94e273749b4c549da83f35152 (diff) | |
| download | raylib-9a40529ae74507da20c5e414f8cd7073b83733e8.tar.gz raylib-9a40529ae74507da20c5e414f8cd7073b83733e8.zip | |
utils: declare funopen only on Android
funopen is only needed on Android, so declare it
only there. This fixes following MinGW build failure:
utils.c:50:7: error: conflicting types for ‘funopen’
FILE *funopen(const void *cookie, int (*readfn)(void *, char *, int),
^~~~~~~
In file included from utils.c:45:0:
/usr/include/stdio.h:586:7: note: previous declaration of ‘funopen’ was here
FILE *funopen (const void *__cookie,
^~~~~~~
Diffstat (limited to 'src/external/lua')
0 files changed, 0 insertions, 0 deletions
