00001 00002 00009 00010 #ifndef __N957OSLIB_DEF_H 00011 #define __N957OSLIB_DEF_H 00012 00014 // File includes 00016 00018 // Global defines 00020 #if defined(WIN32) 00021 00025 #pragma once 00026 00027 00028 #define WIN32_LEAN_AND_MEAN /* !< /brief Exclude rarely-used stuff from Windows headers */ 00029 00032 #include <windows.h> 00033 #include <winioctl.h> 00034 00035 #define N957_API N957ErrorCodes __stdcall 00036 00037 #elif defined(LINUX) 00038 00042 #define N957_API N957ErrorCodes 00043 00044 #else 00045 #error No operating system defined 00046 #endif 00047 00048 00049 #endif
1.5.6