mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 21:31:46 +00:00
MP libopenmpt: Add doomdef.h header to load_libraries, resolve CONS_Printf (buildbots)
This commit is contained in:
parent
b38f6f6125
commit
4b4bd638a9
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
/// Dynamic Library Loading
|
||||
///
|
||||
|
||||
#include "../doomdef.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4214 4244)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue