Enable sound for UWP (well that was easy) (nw)

This commit is contained in:
Brad Hughes 2016-11-11 19:03:49 -05:00
parent 654a2d93b6
commit 2b6ce2a5c3

View File

@ -9,7 +9,7 @@
#include "sound_module.h"
#include "modules/osdmodule.h"
#if defined(OSD_WINDOWS)
#if defined(OSD_WINDOWS) || defined(OSD_UWP)
// standard windows headers
#define WIN32_LEAN_AND_MEAN