readWindowsSubsystem method
Reads the current Windows Subsystem value.
Implementation
int readWindowsSubsystem() {
_seekToWindowsSubsystemImpl();
var subsystem = fileBuffer.readUint16(Endian.little);
_logEntry('Windows Subsystem', subsystem);
return subsystem;
}