Is pre-compiling headers often used for the purpose of obfuscating the header code? For example, for distribution of EXE headers for use with an open-sourced (not foss) DLL SDK.
Are pre-fompiled headers easily decompiled?
Was this at all the purpose of pre-compiled headers or was it simply for faster compile times?