mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Release cleanup
svn path=/trunk/; revision=17
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user