sound/win32_s.c
changeset 2189 5cdc11ffeaa4
parent 2186 db48cf29b983
child 2449 bcbfed6d3f58
equal deleted inserted replaced
2188:640a0a5f77ea 2189:5cdc11ffeaa4
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #include "stdafx.h"
     3 #include "../stdafx.h"
     4 #include "openttd.h"
     4 #include "../openttd.h"
     5 #include "driver.h"
     5 #include "../driver.h"
     6 #include "functions.h"
     6 #include "../functions.h"
     7 #include "mixer.h"
     7 #include "../mixer.h"
     8 #include "sound/win32_s.h"
     8 #include "win32_s.h"
     9 #include <windows.h>
     9 #include <windows.h>
       
    10 #include <mmsystem.h>
    10 
    11 
    11 static HWAVEOUT _waveout;
    12 static HWAVEOUT _waveout;
    12 static WAVEHDR _wave_hdr[2];
    13 static WAVEHDR _wave_hdr[2];
    13 static int _bufsize;
    14 static int _bufsize;
    14 
    15