fixed some warnings (patch by w3seek)

svn path=/trunk/; revision=23688
This commit is contained in:
Christoph von Wittich 2006-08-24 16:39:14 +00:00
parent 71391c6a4f
commit 0c186af160
17 changed files with 17 additions and 17 deletions

View file

@ -481,7 +481,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -480,7 +480,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -351,7 +351,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -533,6 +533,6 @@ ROSDATA KBDTABLES keyboard_layout_table = {
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -418,7 +418,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -450,7 +450,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -352,7 +352,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -470,7 +470,7 @@ ROSDATA KBDTABLES keyboard_layout_table =
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor()
PKBDTABLES STDCALL KbdLayerDescriptor(VOID)
{
return &keyboard_layout_table;
}

View file

@ -351,7 +351,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -546,6 +546,6 @@ ROSDATA KBDTABLES keyboard_layout_table = {
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -391,7 +391,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -476,7 +476,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -480,7 +480,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -406,7 +406,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -369,7 +369,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -392,7 +392,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}

View file

@ -351,7 +351,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
NULL
};
PKBDTABLES STDCALL KbdLayerDescriptor() {
PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
return &keyboard_layout_table;
}