(svn r7101) Evaluate the necessary flags for libpng once per make run, not every time the CFLAGS/LIBS variables are used
/* $Id$ */
#ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H
#include "../hal.h"
extern const HalMusicDriver _win32_music_driver;
#endif