Update: Merge branch 'jgrpp_master_cmake' into jgrpp_cmake
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
/** @file dmusic.cpp Playing music via DirectMusic. */
|
||||
|
||||
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
|
||||
|
||||
#define INITGUID
|
||||
#include "../stdafx.h"
|
||||
#ifdef WIN32_LEAN_AND_MEAN
|
||||
@@ -1244,6 +1242,3 @@ void MusicDriver_DMusic::SetVolume(byte vol)
|
||||
{
|
||||
_playback.new_volume = vol;
|
||||
}
|
||||
|
||||
|
||||
#endif /* WIN32_ENABLE_DIRECTMUSIC_SUPPORT */
|
||||
|
||||
Reference in New Issue
Block a user