1 ///////////////////////////////////////////////////////////////////////////////
2 // $Source: x:/prj/tech/libsrc/sound/RCS/dsnddynf.cpp $
3 // $Log: dsnddynf.cpp $
4 //Revision 1.2 1996/07/30 17:35:36 PATMAC
7 //Revision 1.1 1996/07/30 11:27:12 PATMAC
18 ImplDynFunc(DirectSoundCreate
, "dsound.dll", "DirectSoundCreate", 0);
21 BOOL
LoadDirectSound()
23 return DynFunc(DirectSoundCreate
).Load();