Tweaked svn stuff a little more. Should be more robust now. 3rd party SVN headers+libs are no longer on svn.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4605 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2014-02-09 09:25:28 +00:00
parent 663c405165
commit 13b586ea06
88 changed files with 52 additions and 18490 deletions

View file

@ -666,7 +666,7 @@ static int DSOUND_InitCard_Internal (soundcardinfo_t *sc, char *cardname)
}
}
#ifdef _SDL
#ifdef FTE_SDL
#define mainwindow GetDesktopWindow()
#endif
if (DS_OK != dh->pDS->lpVtbl->SetCooperativeLevel (dh->pDS, mainwindow, DSSCL_EXCLUSIVE))
@ -700,7 +700,7 @@ static int DSOUND_InitCard_Internal (soundcardinfo_t *sc, char *cardname)
dsbuf.lpwfxFormat = NULL;
#ifdef DSBCAPS_GLOBALFOCUS
#ifndef _SDL
#ifndef FTE_SDL
if (snd_inactive.ival || sys_parentwindow
) /*always inactive if we have a parent window, because we can't tell properly otherwise*/
#endif