Fixed building with Visual Studio.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3911 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-12-06 14:58:26 +00:00
parent 1982fa01eb
commit 98d4fa84ff
1 changed files with 2 additions and 2 deletions

View File

@ -908,9 +908,9 @@ int CpuPlatform::getSystemLoad()
{
#if defined(_WINDOWS)
// Windows implementation
#elseif defined(__FreeBSD__)
#elif defined(__FreeBSD__)
// FreeBSD implementation
#elseif defined(_MAC)
#elif defined(_MAC)
// MAC OS implementation
#endif
return -1;