Commit 523a7f82 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

dswave: Don't force a calling convention on internal functions.

parent 7ffcd660
......@@ -175,7 +175,7 @@ static const IPersistStreamVtbl persiststream_vtbl = {
};
/* for ClassFactory */
HRESULT WINAPI create_dswave(REFIID lpcGUID, void **ppobj)
HRESULT create_dswave(REFIID lpcGUID, void **ppobj)
{
IDirectMusicWaveImpl *obj;
HRESULT hr;
......
......@@ -42,7 +42,7 @@
/*****************************************************************************
* ClassFactory
*/
extern HRESULT WINAPI create_dswave(REFIID lpcGUID, void **ret_iface) DECLSPEC_HIDDEN;
extern HRESULT create_dswave(REFIID lpcGUID, void **ret_iface) DECLSPEC_HIDDEN;
/**********************************************************************
* Dll lifetime tracking declaration for dswave.dll
......
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