change entry point to 0x0

svn path=/trunk/; revision=7079
This commit is contained in:
Thomas Bluemel 2003-12-15 20:03:13 +00:00
parent 1f896c5c45
commit 8c6352f4f6
9 changed files with 14 additions and 42 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.192 2003/12/07 16:46:31 mf Exp $
# $Id: Makefile,v 1.193 2003/12/15 20:03:13 weiden Exp $
#
# Global makefile
#
@ -35,7 +35,7 @@ LIB_FSLIB = vfatlib
LIB_STATIC = string rosrtl epsapi zlib
# Keyboard layout libraries
DLLS_KBD = kbdus kbdgr kbdfr
DLLS_KBD = kbdus kbdgr kbdfr kbduk
# User mode libraries
# advapi32 cards crtdll fmifs gdi32 imagehlp kernel32 libpcap packet msafd msvcrt ntdll

View file

@ -468,12 +468,3 @@ PKBDTABLES STDCALL KbdLayerDescriptor() {
return &keyboard_layout_table;
}
INT STDCALL
DllMain(
PVOID hinstDll,
ULONG dwReason,
PVOID reserved)
{
return 1;
}

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.2 2003/11/07 18:55:50 arty Exp $
# $Id: makefile,v 1.3 2003/12/15 20:03:13 weiden Exp $
PATH_TO_TOP = ../..
@ -8,6 +8,8 @@ TARGET_NAME = kbdfr
TARGET_BASE = 0x5500000
TARGET_ENTRY = 0x00000000
TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
# require os code to explicitly request A/W version of structs/functions

View file

@ -496,12 +496,3 @@ PKBDTABLES STDCALL KbdLayerDescriptor() {
return &keyboard_layout_table;
}
INT STDCALL
DllMain(
PVOID hinstDll,
ULONG dwReason,
PVOID reserved)
{
return 1;
}

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.1 2003/10/09 17:48:44 weiden Exp $
# $Id: makefile,v 1.2 2003/12/15 20:03:13 weiden Exp $
PATH_TO_TOP = ../..
@ -8,6 +8,8 @@ TARGET_NAME = kbdgr
TARGET_BASE = 0x5500000
TARGET_ENTRY = 0x00000000
TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
# require os code to explicitly request A/W version of structs/functions

View file

@ -417,12 +417,3 @@ PKBDTABLES STDCALL KbdLayerDescriptor() {
return &keyboard_layout_table;
}
INT STDCALL
DllMain(
PVOID hinstDll,
ULONG dwReason,
PVOID reserved)
{
return 1;
}

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.1 2003/11/06 17:18:25 fireball Exp $
# $Id: makefile,v 1.2 2003/12/15 20:03:13 weiden Exp $
PATH_TO_TOP = ../..
@ -8,6 +8,8 @@ TARGET_NAME = kbduk
TARGET_BASE = 0x5500000
TARGET_ENTRY = 0x00000000
TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
# require os code to explicitly request A/W version of structs/functions

View file

@ -397,12 +397,3 @@ PKBDTABLES STDCALL KbdLayerDescriptor() {
return &keyboard_layout_table;
}
INT STDCALL
DllMain(
PVOID hinstDll,
ULONG dwReason,
PVOID reserved)
{
return 1;
}

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.2 2003/08/07 04:03:23 royce Exp $
# $Id: makefile,v 1.3 2003/12/15 20:03:13 weiden Exp $
PATH_TO_TOP = ../..
@ -8,6 +8,8 @@ TARGET_NAME = kbdus
TARGET_BASE = 0x5500000
TARGET_ENTRY = 0x00000000
TARGET_CFLAGS = -I$(PATH_TO_TOP)/ntoskrnl/include
# require os code to explicitly request A/W version of structs/functions