[ros-dev] Re: [ros-diffs] [ion] 12682: Fix DMA_OPERATIONS to use stdcall.

Filip Navara xnavara at volny.cz
Sat Jan 1 13:48:16 CET 2005


ion at svn.reactos.com wrote:

>Fix DMA_OPERATIONS to use stdcall.
>
>Modified: trunk/reactos/include/ddk/iotypes.h
>Modified: trunk/reactos/ntoskrnl/io/pnpdma.c
>  
>
> ------------------------------------------------------------------------
> *Modified: trunk/reactos/include/ddk/iotypes.h*
>
>--- trunk/reactos/include/ddk/iotypes.h	2005-01-01 08:20:47 UTC (rev 12681)
>+++ trunk/reactos/include/ddk/iotypes.h	2005-01-01 08:43:02 UTC (rev 12682)
>@@ -1196,18 +1196,18 @@
>
>   SCATTER_GATHER_ELEMENT Elements[1];
> } SCATTER_GATHER_LIST, *PSCATTER_GATHER_LIST;
> 
>  
>
>-typedef VOID (*PPUT_DMA_ADAPTER)(
>  
>
>+typedef VOID STDCALL (*PPUT_DMA_ADAPTER)(
>  
>
This should be written as
"typedef VOID (STDCALL *PPUT_DMA_ADAPTER)"

Same for the other changes you made.

- Filip


More information about the Ros-dev mailing list