Skip to content

Commit

Permalink
[docs] Add link to porting-related article
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz committed Jul 27, 2019
1 parent c9ca934 commit 2948b78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ making the changes in this separate branch and adding it as a submodule. This
way, we could easily update the dependency by pulling changes into the branch
with the original code and then merging it with the branch containing the
changes. Still, comments explaining those changes should be added, though.**
## Further reading
- MSDN: [How to: Use Existing C++ Code in a Universal Windows Platform
App](https://docs.microsoft.com/en-us/cpp/porting/how-to-use-existing-cpp-code-in-a-universal-windows-platform-app?view=vs-2019).

0 comments on commit 2948b78

Please sign in to comment.