This patch renames personality_routine to _Unwind_Personality_Fn in unwind.h. Both unwind.h from clang and GCC headers use this name instead of __personality_routine. With this patch one is also able to build libc++abi with libunwind support on Windows.
Would need someone to commit this for me if accepted.