Closed
Description
There are two comparisons between ULONG and LONG in SRV_IDL_DRSBind, which result in C4018 warnings link here.
Based on the default project settings in VS, this prevents you from building the project.
Proposed fix:
- size changed from ULONG to LONG
- FIELD_OFFSET(DRS_EXTENSIONS_INT, dwFlagsExt) cast as ULONG
Metadata
Metadata
Assignees
Labels
No labels
Activity