Fix build break on Windows arm64
authorJan Kotas <jkotas@microsoft.com>
Thu, 30 Jul 2015 23:53:52 +0000 (16:53 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 30 Jul 2015 23:53:52 +0000 (16:53 -0700)
[tfs-changeset: 1507960]

src/inc/clrnt.h

index fe6c5a8..0024bda 100644 (file)
@@ -1048,7 +1048,10 @@ typedef struct _UNWIND_INFO {
     // dummy
 } UNWIND_INFO, *PUNWIND_INFO;
 
+EXTERN_C
+NTSYSAPI
 PEXCEPTION_ROUTINE
+NTAPI
 RtlVirtualUnwind(
     IN ULONG HandlerType,
     IN ULONG64 ImageBase,