• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // This is an incomplete & imprecice implementation of the Posix
2 // standard file by the same name
3 #ifndef __MINGW_SYSCALL__
4 #define __MINGW_SYSCALL__
5 
6 #ifdef MINGW // Only for cross compilation to mingw
7 
8 #endif // MINGW
9 
10 #endif
11