Leaked source code of windows server 2003
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.
|
|
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (c) 1998-1999 Microsoft Corporation
//
// File: composin.h
//
//--------------------------------------------------------------------------
// ComposIn.h --- include file for the composition engine
#ifndef __COMPOSINH__
#define __COMPOSINH__
#include "dmusici.h"
#include "dmusicf.h"
#include "str.h"
#include "tlist.h"
#include "aariff.h"
#include "templats.h"
#include "sjpers.h"
#include "debug.h"
#endif
|