Add column in darwin to indicate whether the the process is running under translation

This commit is contained in:
Dániel Bakai
2020-12-13 15:54:13 +01:00
committed by BenBE
parent 1506283aff
commit 3655b6ca0b
4 changed files with 61 additions and 13 deletions

View File

@ -102,7 +102,7 @@ const MeterClass* const Platform_meterTypes[] = {
NULL
};
int Platform_numberOfFields = 100;
int Platform_numberOfFields = LAST_PROCESSFIELD;
void Platform_init(void) {
/* no platform-specific setup needed */