3 * Copyright (C) 2003-2004 Rok Mandeljc
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU Library General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28 #include "wine/debug.h"
29 #include "wine/list.h"
30 #include "wine/unicode.h"
37 WINE_DEFAULT_DEBUG_CHANNEL(dmusic32
);
39 HRESULT WINAPI
DMUSIC32_CreateCDirectMusicEmulatePort (LPVOID ptr1
, LPVOID ptr2
, LPVOID ptr3
)
41 FIXME("stub (undocumented function); if you see this, you're probably using native dmusic.dll. Use native dmusic32.dll as well!\n");
45 HRESULT WINAPI
DMUSIC32_EnumLegacyDevices (LPVOID ptr1
, LPVOID ptr2
)
47 FIXME("stub (undocumented function); if you see this, you're probably using native dmusic.dll. Use native dmusic32.dll as well!\n");