26 lines
324 B
C
26 lines
324 B
C
/*++
|
|
|
|
Copyright (c) 1999 - 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
common.h
|
|
|
|
Abstract:
|
|
|
|
commonly used headers.
|
|
--*/
|
|
|
|
#ifndef __COMMON_H_
|
|
#define __COMMON_H_
|
|
|
|
#include <mmsystem.h>
|
|
#include <mmreg.h>
|
|
#include <evcode.h>
|
|
|
|
#include "sampmsp.h"
|
|
#include "sampaddr.h"
|
|
#include "sampstrm.h"
|
|
#include "sampcall.h"
|
|
|
|
#endif |