Re: [mpg123-devel] Please test new network code in/out of mpg123 (now with HTTPS support)!
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2022-05-13 15:41:51
|
Am Fri, 13 May 2022 07:57:08 -0700 schrieb Dave Yeo <dav...@gm...>: > Unluckily it seems that io.h also declares _setmode() but not _O_BINARY > or _O_TEXT. OK, please try the current trunk. I made a more elaborate compile check now that tests the function as well the symbol. Does 1. the check work? $ grep -i setmode src/config.h /* for Win/DOS system with setmode() */ /* #undef HAVE_SETMODE */ /* for Win/DOS system with _setmode() */ /* #undef HAVE__SETMODE */ You should have one of those defined. 2. the build work? Alrighty then, Thomas |