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