Skip to content
Snippets Groups Projects
Commit 6a6660ef authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

dmusic: Make constant 'emulated' static.

parent 400dd159
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment