mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 13:21:31 +00:00
Fix up Win32 interface code misdeclaration of I_ClipboardPaste()
This commit is contained in:
parent
8040a68fa0
commit
1f6388a2e0
1 changed files with 1 additions and 1 deletions
|
@ -3605,7 +3605,7 @@ INT32 I_ClipboardCopy(const char *data, size_t size)
|
|||
return -1;
|
||||
}
|
||||
|
||||
char *I_ClipboardPaste(void)
|
||||
const char *I_ClipboardPaste(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue