Skip to content

Commit

Permalink
further build fixes for Open Watcom
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Feb 26, 2017
1 parent 64968c7 commit 18ff562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal_midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#ifdef WILDMIDI_AMIGA
#define powf pow
#endif
#if defined(__OS2__) || defined(__EMX__)
#if defined(__WATCOMC__) || defined(__EMX__)
#define powf pow
#endif

Expand Down
3 changes: 3 additions & 0 deletions src/wildmidi.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
#define msleep(s) Sleep((s))
#include <io.h>
#include "getopt_long.h"
#ifdef __WATCOMC__
#define _putch putch
#endif

#elif defined(__OS2__) || defined(__EMX__)
#define INCL_DOS
Expand Down

0 comments on commit 18ff562

Please sign in to comment.