- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / dll / keyboard / kbdcan / kbdcan.c
index a3d9ba0..57b7c67 100644 (file)
@@ -593,11 +593,11 @@ ROSDATA KBDTABLES keyboard_layout_table = {
   NULL
 };
 
-PKBDTABLES STDCALL KbdLayerDescriptor(VOID) {
+PKBDTABLES WINAPI KbdLayerDescriptor(VOID) {
   return &keyboard_layout_table;
 }
 
-INT STDCALL
+INT WINAPI
 DllMain(
   PVOID hinstDll,
   ULONG dwReason,