Commit 6a6660ef authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

dmusic: Make constant 'emulated' static.

parent 400dd159
......@@ -373,8 +373,8 @@ static const IDirectMusic8Vtbl DirectMusic8_Vtbl = {
static void create_system_ports_list(IDirectMusic8Impl* object)
{
static const WCHAR emulated[] = {' ','[','E','m','u','l','a','t','e','d',']',0};
port_info * port;
const WCHAR emulated[] = {' ','[','E','m','u','l','a','t','e','d',']',0};
ULONG nb_ports;
ULONG nb_midi_out;
ULONG nb_midi_in;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment