Author: hbelusca Date: Tue Dec 24 15:50:31 2013 New Revision: 61373
URL: http://svn.reactos.org/svn/reactos?rev=61373&view=rev Log: [DDK] - Code formatting only.
Modified: branches/ntvdm/include/ddk/vddsvc.h
Modified: branches/ntvdm/include/ddk/vddsvc.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/include/ddk/vddsvc.h?rev=6... ============================================================================== --- branches/ntvdm/include/ddk/vddsvc.h [iso-8859-1] (original) +++ branches/ntvdm/include/ddk/vddsvc.h [iso-8859-1] Tue Dec 24 15:50:31 2013 @@ -34,9 +34,12 @@
VOID WINAPI -call_ica_hw_interrupt(INT ms, - BYTE line, - INT count); +call_ica_hw_interrupt +( + INT ms, + BYTE line, + INT count +);
#define VDDSimulateInterrupt(ms, line, count) \ call_ica_hw_interrupt((ms), (line), (count)) // Windows specifies a count of 1 ...