mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-16 09:02:06 +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
|
/// Dynamic Library Loading
|
||||||
///
|
///
|
||||||
|
|
||||||
|
#include "../doomdef.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma warning(disable : 4214 4244)
|
#pragma warning(disable : 4214 4244)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue