mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix "undefined reference to `sampletimer()'" linking error using clang for a Win32 release build.
git-svn-id: https://svn.eduke32.com/eduke32@3240 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
2007c4d233
commit
6f21e0bdc9
1 changed files with 1 additions and 1 deletions
|
@ -1494,7 +1494,7 @@ void uninittimer(void)
|
|||
//
|
||||
// sampletimer() -- update totalclock
|
||||
//
|
||||
inline void sampletimer(void)
|
||||
void sampletimer(void)
|
||||
{
|
||||
int64_t i;
|
||||
int32_t n;
|
||||
|
|
Loading…
Reference in a new issue