added missing DllMain()

svn path=/trunk/; revision=6630
This commit is contained in:
Thomas Bluemel 2003-11-12 17:39:28 +00:00
parent c9a794eb0e
commit 2b33d147c1
4 changed files with 40 additions and 0 deletions

View file

@ -467,3 +467,13 @@ ROSDATA KBDTABLES keyboard_layout_table = {
PKBDTABLES STDCALL KbdLayerDescriptor() {
return &keyboard_layout_table;
}
INT STDCALL
DllMain(
PVOID hinstDll,
ULONG dwReason,
PVOID reserved)
{
return 1;
}

View file

@ -495,3 +495,13 @@ ROSDATA KBDTABLES keyboard_layout_table = {
PKBDTABLES STDCALL KbdLayerDescriptor() {
return &keyboard_layout_table;
}
INT STDCALL
DllMain(
PVOID hinstDll,
ULONG dwReason,
PVOID reserved)
{
return 1;
}

View file

@ -416,3 +416,13 @@ ROSDATA KBDTABLES keyboard_layout_table = {
PKBDTABLES STDCALL KbdLayerDescriptor() {
return &keyboard_layout_table;
}
INT STDCALL
DllMain(
PVOID hinstDll,
ULONG dwReason,
PVOID reserved)
{
return 1;
}

View file

@ -396,3 +396,13 @@ ROSDATA KBDTABLES keyboard_layout_table = {
PKBDTABLES STDCALL KbdLayerDescriptor() {
return &keyboard_layout_table;
}
INT STDCALL
DllMain(
PVOID hinstDll,
ULONG dwReason,
PVOID reserved)
{
return 1;
}