Home
last modified time | relevance | path

Searched refs:hDllSoundfile (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.3/build/tools/sndconv/src/
Dsndconv.c38 HINSTANCE hDllSoundfile; variable
608 if (hDllSoundfile) FreeLibrary(hDllSoundfile); in cleanup()
643 if (hDllSoundfile = LoadLibrary("soundfile.dll")) in loadDlls()
645 getSoundInfo = (FUNCTION1)GetProcAddress(hDllSoundfile, "getSoundInfo"); in loadDlls()
646 getSoundSamples = (FUNCTION2)GetProcAddress(hDllSoundfile, "getSoundSamples"); in loadDlls()