mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Get IP to compile.
svn path=/trunk/; revision=20654
This commit is contained in:
parent
9a98412a66
commit
31334bb80f
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ _csum_partial:
|
|||
testl $1, %esi # Check alignment.
|
||||
jz 10f # Jump if alignment is boundary of 2bytes.
|
||||
|
||||
# buf is odd
|
||||
// buf is odd
|
||||
dec %ecx
|
||||
jl 8f
|
||||
movzbl (%esi), %ebx
|
||||
|
|
|
@ -376,7 +376,7 @@ static HANDLE TimerThreadHandle;
|
|||
* 800, 1000 and process the "fast" events at 200, 400, 600, 800, 1000 and the
|
||||
* "slow" events at 500 and 1000.
|
||||
*/
|
||||
static VOID DDKAPI
|
||||
static VOID NTAPI
|
||||
TimerThread(PVOID Context)
|
||||
{
|
||||
LARGE_INTEGER Timeout;
|
||||
|
|
Loading…
Reference in a new issue