mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-13 22:32:32 +00:00
Exclude default stdio libvorbisfile callbacks
Prevents warnings about those being usused.
This commit is contained in:
parent
82aaccc1ad
commit
670daf7dd6
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#include "../idlib/precompiled.h"
|
||||
#pragma hdrstop
|
||||
|
||||
#define OV_EXCLUDE_STATIC_CALLBACKS
|
||||
#include <vorbis/codec.h>
|
||||
#include <vorbis/vorbisfile.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue