convert line ends
[canaan.git] / prj / tech / libsrc / sound / dsnddynf.cpp
blobddc0a0de9ae433616f71540745ccef7da92a06fc
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
5 //Minor cleanups
6 //
7 //Revision 1.1 1996/07/30 11:27:12 PATMAC
8 //Initial revision
9 //
10 #include <windows.h>
11 #include <dsound.h>
13 #include "dsnddynf.h"
16 // DirectSoundCreate
18 ImplDynFunc(DirectSoundCreate, "dsound.dll", "DirectSoundCreate", 0);
21 BOOL LoadDirectSound()
23 return DynFunc(DirectSoundCreate).Load();