mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *I_ClipboardPaste(void)
|
const char *I_ClipboardPaste(void)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue