mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
Fix minor regression after commitsf81c1910eeande56911f66b(PR #7488). The `PeLdrImportDllLoadCallback` variable was exported as a function, instead of as data, which was incorrect since it is a data pointer, that is set by winldr code (in rosload.exe) to tell the PE loader (residing in freeldr.sys) to perform an action when an imported DLL is being loaded.