mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Follow coding conventions
This commit is contained in:
parent
12e8b991b3
commit
21d4aec7f7
|
@ -321,7 +321,8 @@ static void SanityCheckTypes(void)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
// don't want to export this function
|
// don't want to export this function
|
||||||
void PlatformIdentification() {
|
static void PlatformIdentification(void)
|
||||||
|
{
|
||||||
#if (defined PLATFORM_WIN32)
|
#if (defined PLATFORM_WIN32)
|
||||||
OSVERSIONINFO osv;
|
OSVERSIONINFO osv;
|
||||||
memset(&osv, 0, sizeof(osv));
|
memset(&osv, 0, sizeof(osv));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user