(svn r7124) -Fix (r37xx): sizeof(bool) = 4 for (certain) OSX do not assume it is 1. This would break
the saving of certain values to the config. Thanks PandaMojo ford ebugging.
/* $Id$ */
#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H
#include "../hal.h"
extern const HalSoundDriver _win32_sound_driver;
#endif