mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Partly revert r53519. Fix build
svn path=/trunk/; revision=53521
This commit is contained in:
@@ -317,7 +317,7 @@ static int ctl2_find_guid(
|
||||
while (offset != -1) {
|
||||
guidentry = (MSFT_GuidEntry *)&This->typelib_segment_data[MSFT_SEG_GUID][offset];
|
||||
|
||||
if (IsEqualGUID(*guidentry, guid)) return offset;
|
||||
if (IsEqualGUID(guidentry, guid)) return offset;
|
||||
|
||||
offset = guidentry->next_hash;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user