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:
parent
a8a7d4ed98
commit
4f61b6c47a
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue