Re: [PATCH] Adapts to -std=c11 on OS/2
Dave Yeo <[email protected]> Fri, 27 Sep 2024 20:42:04 -0700
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
On 09/27/24 08:36 AM, KO Myung-Hun wrote: > -std=c11 disables many extensions of OS/2 kLIBC. And this causes many > compilation errors such as implicit functions. > > To enable extensions of OS/2 kLIBC, define _EMX_SOURCE before including > any headers. I did the same before deciding that adding -D_EMX_SOURCE to --extra-cflags was less invasive. Dave