tLocation of sound include file corrected. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 621e8765e471fb31b1495e66e0153b2616b4323e
 (DIR) parent 7127835cdefb6f05963291c81d0162164fefc1ac
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Tue, 25 Jun 2002 17:04:53 +0000
       
       Location of sound include file corrected.
       
       
       Diffstat:
         M src/plugins/sound_winmm.c           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/plugins/sound_winmm.c b/src/plugins/sound_winmm.c
       t@@ -28,7 +28,7 @@
        #include <windows.h>
        #include <mmsystem.h>
        #include <glib.h>
       -#include "sound.h"
       +#include "../sound.h"
        
        static gboolean SoundOpen_WinMM(void)
        {