Skip to content

Commit

Permalink
Clean up vc_crt_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Dec 29, 2024
1 parent 5d87cd2 commit 07f5ab2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions far/vc_crt_fix_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,6 @@ extern "C" BOOL WINAPI WRAPPER(FlsFree)(DWORD FlsIndex)
}

#undef CREATE_AND_RETURN
#undef CREATE_AND_RETURN_NAMED
#undef CREATE_AND_RETURN_IMPL
#undef WRAPPER

// disable VS2015 telemetry
Expand Down
2 changes: 0 additions & 2 deletions plugins/common/vc_crt_fix_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,6 @@ extern "C" BOOL WINAPI WRAPPER(FlsFree)(DWORD FlsIndex)
}

#undef CREATE_AND_RETURN
#undef CREATE_AND_RETURN_NAMED
#undef CREATE_AND_RETURN_IMPL
#undef WRAPPER

// disable VS2015 telemetry
Expand Down

0 comments on commit 07f5ab2

Please sign in to comment.