(svn r22877) -Fix (r22874): Fix broken compilation on MinGW.

This commit is contained in:
terkhen 2011-09-03 10:31:28 +00:00
parent d864aa2ce3
commit 82a5e4e35e

View File

@ -15,6 +15,7 @@
#include "../mixer.h"
#include "../core/alloc_func.hpp"
#include "../core/bitmath_func.hpp"
#include "../core/math_func.hpp"
#include "win32_s.h"
#include <windows.h>
#include <mmsystem.h>