-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tswinrt
updated
11 files
+0 −0 | call_invoker.cpp | |
+372 −342 | helpers.h | |
+6 −0 | interop.cpp | |
+460 −0 | interop/interop.h | |
+91 −0 | interop/resolved_variant_argument.cpp | |
+35 −0 | interop/unresolved_variant_argument.cpp | |
+12 −7 | main.cpp | |
+18 −1 | tswinrt.vcxproj | |
+3 −0 | tswinrt.vcxproj.filters | |
+34 −6 | writer.h | |
+314 −0 | x64_fastcall_thunk.asm |