Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions stl/inc/xfilesystem_abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ enum class __std_fs_file_attr : unsigned long {
};
_END_EXTERN_C

#if 1 // TRANSITION, DevCom-10247495
_BITMASK_OPS(_EXPORT_STD, __std_fs_file_attr)
#else // ^^^ workaround / no workaround vvv
_BITMASK_OPS(_EMPTY_ARGUMENT, __std_fs_file_attr)
#endif // ^^^ no workaround ^^^

_EXTERN_C
enum class __std_fs_reparse_tag : unsigned long {
Expand Down