Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 23, 2001
1 parent 2b0de6a commit 786ea63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions native_midi/Makefile.am
@@ -1,8 +1,6 @@

noinst_LTLIBRARIES = libnativemidi.la

CFLAGS += -I..

libnativemidi_la_SOURCES = \
native_midi.h \
native_midi_common.c \
Expand Down
4 changes: 4 additions & 0 deletions native_midi/native_midi_common.c
Expand Up @@ -23,7 +23,11 @@

#include "native_midi_common.h"

#if 0 /* Can't include SDL_mixer.h on cygwin --- stupid... */
#include "SDL_mixer.h"
#else
#define Mix_SetError(X)
#endif

#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 786ea63

Please sign in to comment.