00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifdef APERIOS1_3_2
00011 #include "Aperios1.3.2/SystemCall.h"
00012 #define SYSTEMCALL_INCLUDED
00013 #endif
00014
00015 #ifdef _WIN32
00016 #include "Win32/SystemCall.h"
00017 #define SYSTEMCALL_INCLUDED
00018 #endif
00019
00020 #ifdef LINUX
00021 #include "Linux/SystemCall.h"
00022 #define SYSTEMCALL_INCLUDED
00023 #endif
00024
00025 #ifdef CYGWIN
00026 #include "Linux/SystemCall.h"
00027 #define SYSTEMCALL_INCLUDED
00028 #endif
00029
00030 #ifndef SYSTEMCALL_INCLUDED
00031 #error Unknown platform
00032 #endif