(svn r3056) - Fix: Problem on Win98 and lower when if you go to the root directory of a drive (eg. C:\) you were stuck there indefinitely and couldn't change any directories or see any files
/* $Id$ */
#ifndef MUSIC_NULL_H
#define MUSIC_NULL_H
#include "../hal.h"
extern const HalMusicDriver _null_music_driver;
#endif