Displaying 2 results from an estimated 2 matches for "flac_whatev".
Did you mean:
flac_whatever
2013 Mar 04
2
Fwd: flac 1.3.0pre1 prelease
...Visual Studio
> 2010. I presume this is why ordinal.h was created in the first place.
I'm not sure how Josh came to do it that way. In general, I prefer not to
create a bunch of types that overload what should be standard types.
For this release I would not change any type that appears as FLAC_whatever
in the public API, but for types defined internally I would prefer to stick
with the standard C99 types.
Maybe something like this:
http://stackoverflow.com/posts/127166/revisions
from the SO question:
http://stackoverflow.com/questions/126279/c99-stdint-h-header-and-ms-visual-studio...
2013 Mar 03
3
Fwd: flac 1.3.0pre1 prelease
Ben Allison wrote:
> There's a more few issues for compiling on MSVC. I put together a patch.
>
> Here's a quick rundown:
> * must use __inline keyword with static inline functions (bitmath.h)
If you include "share/compath.h" you will get a inline #defined as __inline
when _MSC_VER is defined. I'd prefer a single diffinition of that in one
place and one place