forked from mirrors/linphone-iphone
Fix compilation.
This commit is contained in:
parent
a147f07905
commit
ace8d8f094
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ static void linphone_gtk_init_liblinphone(const char *config_file,
|
|||
GetSystemInfo( &sysinfo );
|
||||
|
||||
num_cpu = sysinfo.dwNumberOfProcessors;
|
||||
#else if __APPLE_ || __linux
|
||||
#elif __APPLE_ || __linux
|
||||
num_cpu = sysconf( _SC_NPROCESSORS_ONLN );
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue