Browse Source

Remove the variable unused warning from PAL_WIN95 building

louyihua 9 years ago
parent
commit
5f5d8ccd3a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      midi.c

+ 2 - 1
midi.c

@@ -50,11 +50,12 @@ MIDI_Play(
 
 --*/
 {
+#ifndef PAL_WIN95
    FILE            *fp;
    unsigned char   *buf;
    int              size;
    SDL_RWops       *rw;
-#ifdef PAL_WIN95
+#else
    char             filename[1024];
 #endif