Searched refs:iDirectSoundCreate (Results 1 - 2 of 2) sorted by relevance
/external/quake/quake/src/QW/client/ |
H A D | snd_win.c | 23 #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 D | snd_win.cpp | 23 #define iDirectSoundCreate(a,b,c) pDirectSoundCreate(a,b,c)
macro 231 while ((hresult = iDirectSoundCreate(NULL, &pDS, NULL)) != DS_OK)
|
Completed in 83 milliseconds