diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-08-15 15:25:21 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-08-15 15:25:21 +0000 |
commit | d876b69b388528fd3236f2f05caac22345a798f4 (patch) | |
tree | 114f57a7ffc7a3e3a0a75fd93f4bb33680ed33d4 /source/snd_dx.c | |
parent | f294db4ccf45f6274e65260dd6f9a2c5faa94313 (diff) |
Fixed UI_ModeChanged not being called for hard linked UI.
Added QDECL specifier for some interface functions.
Changed default values for com_date_format and com_time_format.
On Windows, set up empty CRT invalid parameter handler so e.g. invalid
modificators passed to strftime do not raise an exception.
Diffstat (limited to 'source/snd_dx.c')
-rw-r--r-- | source/snd_dx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/snd_dx.c b/source/snd_dx.c index 7fdbbbf..660543c 100644 --- a/source/snd_dx.c +++ b/source/snd_dx.c @@ -18,8 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if USE_DSOUND - #include "win_local.h" #include <mmsystem.h> #include <dsound.h> @@ -425,5 +423,3 @@ void DS_FillAPI( snddmaAPI_t *api ) { api->Submit = DS_Submit; api->Activate = DS_Activate; } - -#endif // USE_DSOUND
\ No newline at end of file |