mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Release cleanup
svn path=/trunk/; revision=17
This commit is contained in:
parent
4ef8280497
commit
2fe2a748af
4 changed files with 0 additions and 36 deletions
Binary file not shown.
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* Machine generated, don't edit
|
||||
*/
|
||||
|
||||
#include <ntdll/napi.h>
|
||||
|
||||
NTSTATUS NtAlertThread(UCHAR first_arg)
|
||||
{
|
||||
MAKE_NTAPI_CALL(4,first_arg);
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
#
|
||||
# This defines the kernel entry points used by ntdll
|
||||
#
|
||||
NtAlertThread 4
|
|
@ -1,22 +0,0 @@
|
|||
.file "ntdll.c"
|
||||
.version "01.01"
|
||||
gcc2_compiled.:
|
||||
.text
|
||||
.align 16
|
||||
.globl NtAlertThread
|
||||
.type NtAlertThread,@function
|
||||
NtAlertThread:
|
||||
subl $4,%esp
|
||||
movb 8(%esp),%al
|
||||
movb %al,3(%esp)
|
||||
leal 3(%esp),%edx
|
||||
movl $4,%eax
|
||||
#APP
|
||||
int $0x2e
|
||||
|
||||
#NO_APP
|
||||
addl $4,%esp
|
||||
ret
|
||||
.Lfe1:
|
||||
.size NtAlertThread,.Lfe1-NtAlertThread
|
||||
.ident "GCC: (GNU) 2.7.2.3"
|
Loading…
Reference in a new issue