⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ss_dep.h

📁 中国石油二期加油站IC系统后台通讯软件
💻 H
字号:

/********************************************************************20**
 
     Name:     System Services -- implementation specific definitions
 
     Type:     C include file
 
     Desc:     This file conditionally includes various implementation
               specific files.
 
     File:     ss_dep.h
 
     Sid:      ss_dep.h 1.3  -  10/14/98 14:09:15
 
     Prg:      kp
 
*********************************************************************21*/


#ifndef __SSDEPH__
#define __SSDEPH__

#ifdef __cplusplus
extern "C" {
#endif


#ifdef SS_MT
#ifndef _POSIX_C_SOURCE
/*#define _POSIX_C_SOURCE 199309L*/
#endif
#include <pthread.h>
#include <semaphore.h>
#include "stdio.h"
#include "cm5.h"
#include "mt_ss.h"
#else /* not SS_MT */

#ifdef SS_PS
#include <psos.h>
#include "cm5.h"
#include "ps.h"
#include "ps_ss.h"
#else /* not SS_PS */

#ifdef SS_VW
#include "cm5.h"
#include "vw_ss.h"
#else /* not SS_VW */

#ifdef NS
#ifdef FAR
#undef FAR
#endif
#ifdef NEAR
#undef NEAR
#endif
#ifdef NU 
#include "stdio.h"
#include "windows.h"
#include "winbase.h"
#endif /* NU */

#ifdef NK
#include "ntddk.h"
#endif /* NK */
#include "ns_err.h"
#include "ns_task.h"
#include "ns_timer.h"
#include "ns_gen.h"
#else /* not NS */

#ifdef SS_SK
#include "sk_ss.h"
#else /* not SS_SK */

#ifdef SS_WIN
#include <windows.h>
#include "cm5.h"
#include "win_ss.h"
#else /* not SS_WIN */

#ifdef SS_AMOS
#include "cm5.h"
#include "amos_ss.h"
#else
#error "Specify an implementation"

#endif /* SS_SK */
#endif /* NS */
#endif /* SS_VW */
#endif /* SS_PS */
#endif /* SS_MT */
#endif /* SS_WIN */
#endif


#ifdef __cplusplus
}
#endif

#endif  /*  __SSDEPH__  */


  
/********************************************************************30**

         End of file: ss_dep.h 1.3  -  10/14/98 14:09:15

*********************************************************************31*/


/********************************************************************40**

        Notes:

*********************************************************************41*/

/********************************************************************50**

*********************************************************************51*/

   
/********************************************************************60**

        Revision history:

*********************************************************************61*/

/********************************************************************90**
 
     ver       pat    init                  description
------------ -------- ---- ----------------------------------------------
1.1          ---      kp   1. initial release
  
1.2          ---      kp   1. Added SS_SK includes

1.3          ---      kp   1. Added SS_MT and SS_PS includes

*********************************************************************91*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -