- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / dll / keyboard / kbdinmal / kbdinmal.c
index 7f04d1c..2c0f8f2 100644 (file)
@@ -395,11 +395,11 @@ ROSDATA KBDTABLES keyboard_layout_table = {
   (PLIGATURE1)Ligature
 };
 
-PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
+PKBDTABLES WINAPI KbdLayerDescriptor(VOID) {
   return &keyboard_layout_table;
 }
 
-INT STDCALL
+INT WINAPI
 DllMain(
   PVOID hinstDll,
   ULONG dwReason,