/*
 * recsnd.c - driver that includes the correct C code
 *            with respect to the supported architecures.
 *
 * $Revision: 1.4 $ $Date: 2000/06/28 22:25:53 $
 * Copyright 1984-2000 The MathWorks, Inc.
 */

#if defined(WIN32)
#include "recsnd_nt.c"

#else
#include "no_audio.c"

#endif

/* [EOF] recsnd.c */
