Skip to content

Commit

Permalink
add missing forward declaration (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Ige (from Dev Box) <[email protected]>
  • Loading branch information
matthewige authored Mar 27, 2024
1 parent 0f0ff4f commit 497eeda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/usersim/rtl.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ typedef enum _RTL_GENERIC_COMPARE_RESULTS
GenericEqual
} RTL_GENERIC_COMPARE_RESULTS;

struct _RTL_AVL_TABLE;

typedef RTL_GENERIC_COMPARE_RESULTS (*PRTL_AVL_COMPARE_ROUTINE)(
_In_ struct _RTL_AVL_TABLE* Table, _In_ PVOID FirstStruct, _In_ PVOID SecondStruct);

Expand Down

0 comments on commit 497eeda

Please sign in to comment.