flxcfg.h
资源名称:unzip540.zip [点击查看]
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:0k
源码类别:
压缩解压
开发平台:
MultiPlatform
- /*---------------------------------------------------------------------------
- FlexOS specific configuration section:
- ---------------------------------------------------------------------------*/
- #ifndef __flxcfg_h
- #define __flxcfg_h
- #define __16BIT__
- #define MED_MEM
- #define EXE_EXTENSION ".286"
- #ifndef nearmalloc
- # define nearmalloc malloc
- # define nearfree free
- #endif
- #define CRTL_CP_IS_OEM
- #define near
- #define far
- #endif /* !__flxcfg_h */