mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +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.