- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / dll / keyboard / kbda1 / kbda1.c
index b7b1c0c..53594e0 100644 (file)
@@ -386,6 +386,6 @@ ROSDATA KBDTABLES keyboard_layout_table = {
   (PLIGATURE1)Ligature
 };
 
-PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
+PKBDTABLES WINAPI KbdLayerDescriptor(VOID) {
   return &keyboard_layout_table;
 }