mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 23:44:40 +08:00
added missing DllMain()
svn path=/trunk/; revision=6630
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user