Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move OS-specific functions #169

Merged
merged 12 commits into from
Jul 4, 2024
Prev Previous commit
Next Next commit
Fix windows file mapping.
abellgithub committed Jun 28, 2024
commit 33a3f95988d600c2a3f8a604bffd9d4d36c56a99
3 changes: 3 additions & 0 deletions untwine/windows/mapfile.hpp
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@

#include <Windows.h>
#include <io.h>
#include <fcntl.h>

#include <stringconv.h>

namespace untwine
{