-
Notifications
You must be signed in to change notification settings - Fork 854
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hack to fix ConfigFile ABI of last hack
Because ConfigFile exposed the entire class to plugins, anything that changes the class breaks ABI, and the last ConfigFile commit did just that. So this adds an additional hack to allow additional internal variables without breaking ABI. It changes the lpFileData in to a variable that creates another internal variable structure as a rather terrible hack for adding new internal variables. So, what's the lesson? Never expose anything you don't need to expose unless you need maximum performance and its structure size will never change.
- Loading branch information
Showing
2 changed files
with
50 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters