nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.99k stars 7.67k forks source link

Undefine L C R defines after use #1515

Closed danielmaciel closed 10 months ago

danielmaciel commented 10 months ago

Hi, just some minor #undef additions to avoid conflicts.

nothings commented 10 months ago

You're not supposed to #include stb_vorbis.c, it's a C file and not an H file, so there can't be any conflicts.