(svn r3368) Fix the same type of off-by-one error when checking, if the passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough*
/* $Id$ */
#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H
#include "../hal.h"
extern const HalSoundDriver _win32_sound_driver;
#endif