|
Fast Research Interface Library
Manual and Documentation
|
00001 // ---------------------- Doxygen info ---------------------- 00047 // ---------------------------------------------------------- 00048 // For a convenient reading of this file's source code, 00049 // please use a tab width of four characters. 00050 // ---------------------------------------------------------- 00051 00052 00053 #ifndef __WindowsAbstraction__ 00054 #define __WindowsAbstraction__ 00055 00056 #include <windows.h> 00057 00058 #define EOK 0 00059 #define ETIME 62 00060 #define ENOTCONN 107 00061 #define EALREADY 114 00062 00063 00064 00065 #define delay Sleep 00066 00067 00068 00069 00070 #endif