MP libopenmpt: Add doomdef.h header to load_libraries, resolve CONS_Printf (buildbots)

This commit is contained in:
mazmazz 2018-09-20 08:23:29 -04:00
parent 65314be0ec
commit 82c049e80d

View file

@ -2,6 +2,8 @@
/// Dynamic Library Loading
///
#include "../doomdef.h"
#ifdef _MSC_VER
#pragma warning(disable : 4214 4244)
#endif