In order to patch the executable to work on 7, the import table needs to be modified so that it loads this library instead of the real user32.dll. This has the potential to cause stability issues with Blender.
The current implementation makes the change at compile time thus no executable hacking is required and will not cause stability issues.
In order to patch the executable to work on 7, the import table needs to be modified so that it loads this library instead of the real user32.dll. This has the potential to cause stability issues with Blender.
The current implementation makes the change at compile time thus no executable hacking is required and will not cause stability issues.