-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Runtime Module Management - Enables module management at runtime - MdMapImage no longer resolves exports, instead that's done by MdpProcessImageExports called from MdpCreateModule (if ProcessExports flag is set) - Added MdIsImageRuntimeLoaded export - Changed module to only require EITHER ModuleInitialize or ModulePreinitialize, not both. * Preloading for runtime mods - Mods injected at runtime now have their ModulePreinitialize function invoked - Fixed mapping of modules with no ModuleInitialize function not working - Updated TestModule to Aurie 1.0.3 headers
- Loading branch information
1 parent
f80186f
commit 5d0904f
Showing
6 changed files
with
209 additions
and
79 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
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
Oops, something went wrong.