- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / dll / keyboard / kbdpo / kbdpo.c
index 96c496b..3339f90 100644 (file)
@@ -618,6 +618,6 @@ ROSDATA KBDTABLES keyboard_layout_table = {
 };
 
 
-PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
+PKBDTABLES WINAPI KbdLayerDescriptor(VOID) {
   return &keyboard_layout_table;
 }