Fixes to make Löve compile on Windows 10 UWP

This commit is contained in:
T-Bone
2016-04-07 22:56:03 +02:00
parent 03801e49d6
commit b2291fb62a
9 changed files with 49 additions and 17 deletions
@@ -24,6 +24,8 @@
#include <iostream>
#ifndef LOVE_NO_MPG123
namespace love
{
namespace sound
@@ -286,3 +288,5 @@ double Mpg123Decoder::getDuration()
} // lullaby
} // sound
} // love
#endif // LOVE_NO_MPG123