summaryrefslogtreecommitdiff
path: root/include/win/sys/syscall.h
blob: d655d1a81d71fbc731c8240bccf9a258b85d68de (plain)
1
2
3
4
5
6
7
8
9
10
11
// This is an incomplete & imprecice implementation of the Posix
// standard 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

#endif // _MSC_VER