Searched refs:iDirectSoundCreate (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dsnd_win.c23 #define iDirectSoundCreate(a,b,c) pDirectSoundCreate(a,b,c) macro
229 while ((hresult = iDirectSoundCreate(NULL, &pDS, NULL)) != DS_OK)
/external/quake/quake/src/WinQuake/
H A Dsnd_win.cpp23 #define iDirectSoundCreate(a,b,c) pDirectSoundCreate(a,b,c) macro
231 while ((hresult = iDirectSoundCreate(NULL, &pDS, NULL)) != DS_OK)

Completed in 83 milliseconds