I am trying to translate some (to me complicated) source code written in C# and have found a line with
int p = (int)Environment.OSVersion.Platform;
To cut the long story short : what values does FPCTARGETOS return for following cases :
Windows 32bit
Windows 64bit
Linux 32bit
Linux 64bit
I only have access to Windows 32bit and FPCTARGETOS returned "Win32", i can only assume rest since i had to resort to some rather strange googling methods to find just some of the possible values FPCTARGETOS can return. Even now i'm not sure i got them all right.