mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
09c40f67df
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
616 B
Python
12 lines
616 B
Python
@ stdcall CharLowerA(str) user32.CharLowerA
|
|
@ stdcall CharLowerBuffA(str long) user32.CharLowerBuffA
|
|
@ stdcall CharNextA(str) user32.CharNextA
|
|
@ stdcall CharNextExA(long str long) user32.CharNextExA
|
|
@ stdcall CharPrevA(str str) user32.CharPrevA
|
|
@ stdcall CharPrevExA(long str str long) user32.CharPrevExA
|
|
@ stdcall CharUpperA(str) user32.CharUpperA
|
|
@ stdcall CharUpperBuffA(str long) user32.CharUpperBuffA
|
|
@ stdcall IsCharAlphaA(long) user32.IsCharAlphaA
|
|
@ stdcall IsCharAlphaNumericA(long) user32.IsCharAlphaNumericA
|
|
@ stdcall IsCharLowerA(long) user32.IsCharLowerA
|
|
@ stdcall IsCharUpperA(long) user32.IsCharUpperA
|