- toolkit V2.8.0.1@14806 - BSL V1.8.0.0@14590 - tcpserver: V1.4.3.0@14676 (marshaller V2.4.0.1@14551)
35 lines
986 B
C
35 lines
986 B
C
/**************************************************************************************
|
|
|
|
Copyright (c) Hilscher Gesellschaft fuer Systemautomation mbH. All Rights Reserved.
|
|
|
|
***************************************************************************************
|
|
|
|
$Id: OS_Includes.h 13819 2020-11-25 09:36:58Z AMinor $:
|
|
|
|
Description:
|
|
Headerfile for specific target system includes, data types and definitions
|
|
|
|
Changes:
|
|
Date Description
|
|
-----------------------------------------------------------------------------------
|
|
2006-08-08 initial version (special OS dependencies must be added)
|
|
|
|
**************************************************************************************/
|
|
|
|
#ifndef __OS_INCLUDES__H
|
|
#define __OS_INCLUDES__H
|
|
|
|
/*
|
|
#error "Insert needed Target system definitions, data types and header files here"
|
|
|
|
#define APIENTRY
|
|
|
|
#ifndef NULL
|
|
#define NULL 0
|
|
#endif
|
|
|
|
#define UNREFERENCED_PARAMETER(a) (a=a)
|
|
*/
|
|
|
|
#endif /* __OS_INCLUDES__H */
|