1
0
Fork 0

C_MODEM checking

Correct caps for sdl_net header


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1100
This commit is contained in:
Sjoerd van der Berg 2003-07-08 18:21:22 +00:00
parent a8a7d4ed98
commit 4f61b6c47a

View file

@ -16,9 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <string.h>
#include "sdl_net.h"
#if C_MODEM
#include <string.h>
#include "SDL_net.h"
#include "dosbox.h"
#include "inout.h"
@ -631,5 +632,5 @@ void MODEM_Init(Section* sec) {
MIXER_SetMode(mhd.chan,MIXER_16MONO);
}
#endif