mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 13:34:24 +08:00
e30784ec7b01269393db652cd3bc0a461a5c55e8
Some notes: 1) Forgive my sloppy coding skills (all those LeaveCriticalSections, use of malloc/free), a lot of it was written in a rush to get something going. 2) For some reason, the first char entered isn't detected (on windows and reactos) 3) The thread safety code is questionable, I haven't tested this, but windows does use critical sections for it. 4) Compared to the windows way of doing it, it is probably wrong. 5) Maybe other things as well. But it does work (at least when I tested it on windows and reactos) compared to the previous implementation of it which did not at all. See issue #3747 for more details. svn path=/trunk/; revision=38019
…
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%