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

This commit is contained in:
Alex Henrie 2022-12-12 21:15:05 -07:00 committed by Alexandre Julliard
parent 7ffcd6609f
commit 523a7f82f3
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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