ntdll: Remove WINAPI on static functions where not needed.

oldstable
Francois Gouget 2008-11-26 17:15:40 +01:00 committed by Alexandre Julliard
parent 251e42603b
commit e723395617
2 changed files with 7 additions and 7 deletions

View File

@ -948,7 +948,7 @@ ULONG WINAPI RtlFindLastBackwardRunClear(PCRTL_BITMAP lpBits, ULONG ulStart, PUL
*
* Internal implementation of RtlFindSetRuns/RtlFindClearRuns.
*/
static ULONG WINAPI NTDLL_FindRuns(PCRTL_BITMAP lpBits, PRTL_BITMAP_RUN lpSeries,
static ULONG NTDLL_FindRuns(PCRTL_BITMAP lpBits, PRTL_BITMAP_RUN lpSeries,
ULONG ulCount, BOOLEAN bLongest,
ULONG (*fn)(PCRTL_BITMAP,ULONG,PULONG))
{

View File

@ -891,7 +891,7 @@ static NTSTATUS get_irq_info(int fd, serial_irq_info *irq_info)
}
static DWORD WINAPI check_events(int fd, DWORD mask,
static DWORD check_events(int fd, DWORD mask,
const serial_irq_info *new,
const serial_irq_info *old,
DWORD new_mstat, DWORD old_mstat)