mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 08:52:59 +08:00
PeLdrCheckForLoadedDll(): - Use a for-loop to iterate over the linked list. - Adjust few comments. - Use SAL2 annotations. PeLdrpCompareDllName(): - Make its input paramters const. - Use SAL2 annotations.