Skip to content

Commit

Permalink
automake fix for including SDL_mixer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 1, 2001
1 parent 95e10c0 commit a98d0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions native_midi/Makefile.am
Expand Up @@ -7,3 +7,5 @@ libnativemidi_la_SOURCES = \
native_midi_common.h \
native_midi_mac.c \
native_midi_win32.c

INCLUDES = -I$(top_srcdir)
4 changes: 0 additions & 4 deletions native_midi/native_midi_common.c
Expand Up @@ -23,11 +23,7 @@

#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 a98d0fb

Please sign in to comment.