diff --git a/programs/other/table/hello.cpp b/programs/other/table/hello.cpp index d9c2447d4f..cc1d694df6 100644 --- a/programs/other/table/hello.cpp +++ b/programs/other/table/hello.cpp @@ -1423,7 +1423,7 @@ void kos_Main() for (;;) { - switch (kos_WaitForEvent(10)) + switch (kos_WaitForEventTimeout(10)) { case 0: process_mouse(); diff --git a/programs/other/table/kosSyst.cpp b/programs/other/table/kosSyst.cpp index 7469ddba96..f80309b216 100644 --- a/programs/other/table/kosSyst.cpp +++ b/programs/other/table/kosSyst.cpp @@ -695,7 +695,7 @@ bool kos_GetButtonID( Dword &buttonID ) // функция 23 -Dword kos_WaitForEvent( Dword timeOut ) +Dword kos_WaitForEventTimeout( Dword timeOut ) { // Dword result; diff --git a/programs/other/table/kosSyst.h b/programs/other/table/kosSyst.h index 9f60dba95a..f0d00ba0e6 100644 --- a/programs/other/table/kosSyst.h +++ b/programs/other/table/kosSyst.h @@ -178,7 +178,7 @@ void __declspec(noinline) kos_DrawBar( Word x, Word y, Word sizeX, Word sizeY, D // функция 17 bool kos_GetButtonID( Dword &buttonID ); // функция 23 -Dword kos_WaitForEvent( Dword timeOut ); +Dword kos_WaitForEventTimeout( Dword timeOut ); // enum eNumberBase {