mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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
|
DbgPrint
|
||||||
ExAcquireFastMutex
|
ExAcquireFastMutex
|
||||||
ExAcquireFastMutexUnsafe
|
ExAcquireFastMutexUnsafe
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
__putchar
|
|
||||||
__getscreensize
|
|
||||||
__goxy
|
|
||||||
__wherey
|
|
||||||
__wherex
|
|
||||||
memcpy
|
memcpy
|
||||||
strtok
|
strtok
|
||||||
toupper
|
toupper
|
||||||
|
|
Loading…
Reference in a new issue