mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08: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.