flxcfg.h
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:0k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. /*---------------------------------------------------------------------------
  2.     FlexOS specific configuration section:
  3.   ---------------------------------------------------------------------------*/
  4. #ifndef __flxcfg_h
  5. #define __flxcfg_h
  6. #define __16BIT__
  7. #define MED_MEM
  8. #define EXE_EXTENSION ".286"
  9. #ifndef nearmalloc
  10. #  define nearmalloc malloc
  11. #  define nearfree free
  12. #endif
  13. #define CRTL_CP_IS_OEM
  14. #define near
  15. #define far
  16. #endif /* !__flxcfg_h */