You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.6 KiB
30 lines
1.6 KiB
/**INC+**********************************************************************/
|
|
/* Header: wspint.h */
|
|
/* */
|
|
/* Purpose: Sound Player - Windows specific internal header. */
|
|
/* */
|
|
/* Copyright(C) Microsoft Corporation 1997 */
|
|
/* */
|
|
/****************************************************************************/
|
|
/** Changes:
|
|
* $Log: Y:/logs/hydra/tshrclnt/core/wspint.h_v $
|
|
*
|
|
* Rev 1.1 25 Sep 1997 14:48:58 KH
|
|
* SFR1037: Initial Sound player implementation
|
|
**/
|
|
/**INC-**********************************************************************/
|
|
#ifndef _H_WSPINT
|
|
#define _H_WSPINT
|
|
|
|
/****************************************************************************/
|
|
/* */
|
|
/* INCLUDES */
|
|
/* */
|
|
/****************************************************************************/
|
|
|
|
/****************************************************************************/
|
|
/* Platform specific headers. */
|
|
/****************************************************************************/
|
|
#include <nspint.h>
|
|
|
|
#endif /* _H_WSPINT */
|