summaryrefslogtreecommitdiff
path: root/include/remote/win/ucontext.h
blob: fb5aaf73bed755ebeb548a609b2b21cd8a0db232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This is an incomplete & imprecice implementation of the *nix file
// by the same name


// Since this is only intended for VC++ compilers
// use #pragma once instead of guard macros
#pragma once

#ifdef _MSC_VER // Only for cross compilation to windows

#include <sys/ucontext.h>

#endif // _MSC_VER