--- np2/sound/vermouth/vermouth.h 2003/10/16 17:58:09 1.1 +++ np2/sound/vermouth/vermouth.h 2003/11/21 06:51:14 1.2 @@ -1,4 +1,7 @@ +#ifndef __VERMOUTH_H +#define __VERMOUTH_H + typedef struct { UINT samprate; } *MIDIMOD; @@ -32,3 +35,5 @@ void midiout_setgain(MIDIHDL hdl, int ga } #endif +#endif +