Author: pschweitzer Date: Sun Apr 27 13:11:19 2014 New Revision: 63018
URL: http://svn.reactos.org/svn/reactos?rev=63018&view=rev Log: [PSDK] Properly declare with __inline
Modified: trunk/reactos/include/psdk/ks.h
Modified: trunk/reactos/include/psdk/ks.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ks.h?rev=63018... ============================================================================== --- trunk/reactos/include/psdk/ks.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/ks.h [iso-8859-1] Sun Apr 27 13:11:19 2014 @@ -2792,8 +2792,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateTurnInputOn( _In_opt_ PKSGATE Gate) { @@ -2805,8 +2805,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateTurnInputOff( _In_opt_ PKSGATE Gate) { @@ -2818,8 +2818,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline BOOLEAN -__inline KsGateGetStateUnsafe( _In_ PKSGATE Gate) { @@ -2829,8 +2829,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline BOOLEAN -__inline KsGateCaptureThreshold( _In_ PKSGATE Gate) { @@ -2850,8 +2850,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateInitialize( _In_ PKSGATE Gate, _In_ LONG InitialCount, @@ -2883,8 +2883,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateInitializeAnd( _In_ PKSGATE AndGate, _In_opt_ PKSGATE NextOrGate) @@ -2894,8 +2894,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateInitializeOr( _In_ PKSGATE OrGate, _In_opt_ PKSGATE NextAndGate) @@ -2905,8 +2905,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateAddOnInputToAnd( _In_ PKSGATE AndGate) { @@ -2915,8 +2915,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateAddOffInputToAnd( _In_ PKSGATE AndGate) { @@ -2925,8 +2925,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateRemoveOnInputFromAnd( _In_ PKSGATE AndGate) { @@ -2935,8 +2935,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateRemoveOffInputFromAnd( _In_ PKSGATE AndGate) { @@ -2945,8 +2945,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateAddOnInputToOr( _In_ PKSGATE OrGate) { @@ -2955,8 +2955,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateAddOffInputToOr( _In_ PKSGATE OrGate) { @@ -2965,8 +2965,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateRemoveOnInputFromOr( _In_ PKSGATE OrGate) { @@ -2975,8 +2975,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateRemoveOffInputFromOr( _In_ PKSGATE OrGate) { @@ -2985,8 +2985,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateTerminateAnd( _In_ PKSGATE AndGate) { @@ -3003,8 +3003,8 @@
_IRQL_requires_max_(HIGH_LEVEL) static +__inline void -__inline KsGateTerminateOr( _In_ PKSGATE OrGate) { @@ -4705,8 +4705,8 @@
_IRQL_requires_max_(PASSIVE_LEVEL) static +__inline PKSFILTERFACTORY -__inline KsFilterGetParentFilterFactory( _In_ PKSFILTER Filter) { @@ -4715,8 +4715,8 @@
_IRQL_requires_max_(PASSIVE_LEVEL) static +__inline PKSDEVICE -__inline KsFilterFactoryGetParentDevice( _In_ PKSFILTERFACTORY FilterFactory) { @@ -4939,8 +4939,8 @@
_IRQL_requires_max_(PASSIVE_LEVEL) KSDDKAPI +__inline PKSDEVICE -__inline KsFilterFactoryGetDevice( _In_ PKSFILTERFACTORY FilterFactory);