#include <stdlib.h> instead of the non-standard <malloc.h>.
This commit is contained in:
parent
820b8ca0e8
commit
61e9670d31
|
@ -18,8 +18,8 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "dsound.h"
|
||||
|
|
Loading…
Reference in New Issue