fix a couple of missed VISIBLE tags

This commit is contained in:
Bill Currie 2007-03-24 12:28:47 +00:00 committed by Jeff Teunissen
parent cc6ec57772
commit 58112a6407
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -193,7 +193,7 @@ GL_Init (void)
}
}
void
VISIBLE void
GL_EndRendering (void)
{
qfglFinish ();