Author: akhaldi Date: Fri Jun 11 12:10:58 2010 New Revision: 47753
URL: http://svn.reactos.org/svn/reactos?rev=47753&view=rev Log: [PSDK] - Copy atsmedia.h from our dxsdk to our psdk (replacing the one that's already there) - Add some missing file-headers.
Added: trunk/reactos/include/psdk/atsmedia.h - copied, changed from r47752, trunk/reactos/include/dxsdk/atsmedia.h Modified: trunk/reactos/include/dxsdk/atsmedia.h trunk/reactos/include/psdk/devpropdef.h trunk/reactos/include/psdk/dpfilter.h trunk/reactos/include/psdk/evntprov.h trunk/reactos/include/psdk/ktmtypes.h trunk/reactos/include/psdk/ntiologc.h
Modified: trunk/reactos/include/dxsdk/atsmedia.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/atsmedia.h?re... ============================================================================== --- trunk/reactos/include/dxsdk/atsmedia.h [iso-8859-1] (original) +++ trunk/reactos/include/dxsdk/atsmedia.h [iso-8859-1] Fri Jun 11 12:10:58 2010 @@ -1,3 +1,22 @@ +/* + * atsmedia.h + * + * Contributors: + * Created by Magnus Olsen. + * + * 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. + * + */ + +#pragma once
#if !defined(_BDAMEDIA_) #error BDAMEDIA.H must be included before ATSCMEDIA.H
Copied: trunk/reactos/include/psdk/atsmedia.h (from r47752, trunk/reactos/include/dxsdk/atsmedia.h) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/atsmedia.h?p2=... ============================================================================== --- trunk/reactos/include/dxsdk/atsmedia.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/atsmedia.h [iso-8859-1] Fri Jun 11 12:10:58 2010 @@ -1,3 +1,22 @@ +/* + * atsmedia.h + * + * Contributors: + * Created by Magnus Olsen. + * + * 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. + * + */ + +#pragma once
#if !defined(_BDAMEDIA_) #error BDAMEDIA.H must be included before ATSCMEDIA.H
Modified: trunk/reactos/include/psdk/devpropdef.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/devpropdef.h?r... ============================================================================== --- trunk/reactos/include/psdk/devpropdef.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/devpropdef.h [iso-8859-1] Fri Jun 11 12:10:58 2010 @@ -1,3 +1,23 @@ +/* + * devpropdef.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Amine Khaldi. + * + * 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 _DEVPROPDEF_H_ #define _DEVPROPDEF_H_
Modified: trunk/reactos/include/psdk/dpfilter.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/dpfilter.h?rev... ============================================================================== --- trunk/reactos/include/psdk/dpfilter.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/dpfilter.h [iso-8859-1] Fri Jun 11 12:10:58 2010 @@ -1,3 +1,22 @@ +/* + * dpfilter.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Timo Kreuzer timo.kreuzer@reactos.org + * + * 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. + * + */
#define DPFLTR_ERROR_LEVEL 0 #define DPFLTR_WARNING_LEVEL 1
Modified: trunk/reactos/include/psdk/evntprov.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/evntprov.h?rev... ============================================================================== --- trunk/reactos/include/psdk/evntprov.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/evntprov.h [iso-8859-1] Fri Jun 11 12:10:58 2010 @@ -1,3 +1,23 @@ +/* + * evntprov.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Amine Khaldi. + * + * 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. + * + */ + #pragma once
#ifndef EVNTAPI
Modified: trunk/reactos/include/psdk/ktmtypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ktmtypes.h?rev... ============================================================================== --- trunk/reactos/include/psdk/ktmtypes.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/ktmtypes.h [iso-8859-1] Fri Jun 11 12:10:58 2010 @@ -1,3 +1,22 @@ +/* + * ktmtypes.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Timo Kreuzer timo.kreuzer@reactos.org + * + * 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 _KTMTYPES_ #define _KTMTYPES_
Modified: trunk/reactos/include/psdk/ntiologc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntiologc.h?rev... ============================================================================== --- trunk/reactos/include/psdk/ntiologc.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/ntiologc.h [iso-8859-1] Fri Jun 11 12:10:58 2010 @@ -1,3 +1,23 @@ +/* + * ntiologc.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Amine Khaldi. + * + * 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. + * + */ + #pragma once
#define FACILITY_RPC_RUNTIME 0x2