mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
fixed cursor synchronization bug
svn path=/trunk/; revision=386
This commit is contained in:
parent
ff1e3c7b18
commit
079a92a658
2 changed files with 0 additions and 10 deletions
|
@ -7,11 +7,6 @@
|
|||
#
|
||||
#
|
||||
#
|
||||
#__putchar
|
||||
#__goxy
|
||||
#__wherex
|
||||
#__wherey
|
||||
#__getscreensize
|
||||
DbgPrint
|
||||
ExAcquireFastMutex
|
||||
ExAcquireFastMutexUnsafe
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
EXPORTS
|
||||
__putchar
|
||||
__getscreensize
|
||||
__goxy
|
||||
__wherey
|
||||
__wherex
|
||||
memcpy
|
||||
strtok
|
||||
toupper
|
||||
|
|
Loading…
Reference in a new issue