mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-18 01:51:39 +00:00
MP Libopenmpt: SDL header in load_libraries
This commit is contained in:
parent
d5b3d74e6f
commit
2896b3e3c4
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
||||||
/// Dynamic Library Loading
|
/// Dynamic Library Loading
|
||||||
///
|
///
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(disable : 4214 4244)
|
||||||
|
#endif
|
||||||
|
#include "SDL.h"
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(default : 4214 4244)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "load_libraries.h"
|
#include "load_libraries.h"
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue