mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
- Partly revert r53519. Fix build
svn path=/trunk/; revision=53521
This commit is contained in:
parent
afa0818365
commit
6b2123e650
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue