/* Copyright (C) 1991 by Always Technology Corporation. This module contains information proprietary to Always Technology Corporation, and should be treated as confidential. */ #ifndef __DOSENV_H__ #define __DOSENV_H__ //#define FAR far #ifdef USEFASTCALLS #define REGPARMS _fastcall #else #define REGPARMS #endif #endif /* __DOSENV_H__ */