- Add some headers to some headers.

svn path=/trunk/; revision=48328
This commit is contained in:
Amine Khaldi 2010-07-28 12:52:04 +00:00
parent 978a651ccf
commit 80a061f01c
2 changed files with 33 additions and 0 deletions

View file

@ -1,3 +1,20 @@
/*
* bdamedia.h
*
* This file is part of the ReactOS DXSDK package.
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* This source code is offered for use in the public domain. You may
* use, modify or distribute it freely.
*
* This code is distributed in the hope that it will be useful but
* WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
* DISCLAIMED. This includes but is not limited to warranties of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
*/
#ifndef BDAMEDIA_H__
#define BDAMEDIA_H__

View file

@ -1,3 +1,19 @@
/*
* bdatypes.h
*
* This file is part of the ReactOS DXSDK package.
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* This source code is offered for use in the public domain. You may
* use, modify or distribute it freely.
*
* This code is distributed in the hope that it will be useful but
* WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
* DISCLAIMED. This includes but is not limited to warranties of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
*/
#ifndef _BDATYPES_