mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 18:31:27 +00:00
fix a couple of missed VISIBLE tags
This commit is contained in:
parent
cc6ec57772
commit
58112a6407
2 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ Sys_TimeOfDay (date_t *date)
|
|||
strftime (date->str, 128, "%a %b %d, %H:%M %Y", newtime);
|
||||
}
|
||||
|
||||
void
|
||||
VISIBLE void
|
||||
Sys_MakeCodeWriteable (unsigned long startaddr, unsigned long length)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -193,7 +193,7 @@ GL_Init (void)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
VISIBLE void
|
||||
GL_EndRendering (void)
|
||||
{
|
||||
qfglFinish ();
|
||||
|
|
Loading…
Reference in a new issue