Home
Search
Configure Global Search
Log In
Transactions
D11617
Change Details
Change Details
Old
New
Diff
Use char* for putClipboard, which is more natural for handling characters.
Also replace integer with bool in Ghost API when only used as boolean, and replace uint8* with char* in Ghost API when variable is a string.
Use char* for putClipboard
Also replace integer with bool in Ghost API when only used as boolean
,
which is more natural for handling characters
and replace uint8* with char* in Ghost API when variable is a string
.
Continue