- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / dll / keyboard / kbdth0 / kbdth0.c
index 2690325..7c67dd4 100644 (file)
@@ -378,6 +378,6 @@ ROSDATA KBDTABLES keyboard_layout_table = {
   NULL
 };
 
-PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
+PKBDTABLES WINAPI KbdLayerDescriptor(VOID) {
   return &keyboard_layout_table;
 }