/* * PROJECT: dVS * SUBSYSTEM: dp * MODULE: dp.h * * * File: $RCSfile: dp.h,v $ * Revision: $Revision: 2.9 $ * Date: $Date: 1995/05/18 09:36:22 $ * Author: $Author: jeff $ * RCS Ident: $Id: dp.h,v 2.9 1995/05/18 09:36:22 jeff beta $ * * FUNCTION: * * * Copyright (c) 1994 Division Ltd. * * All Rights Reserved. * * This Document may not, in whole or in part, be copied, photocopied, * reproduced, translated, or reduced to any electronic medium or * machine readable form without prior written consent from Division * Ltd. */ #ifndef _DP_H #define _DP_H 1 #ifdef _cplusplus extern "C" { #endif #if defined (_UNIX) #include #elif defined (_TRANSPUTER) || defined (_I860) #include #elif defined (_WIN31) #include #else #error "Unknown processor type " #endif #ifdef _cplusplus } #endif #endif /* _DP_H */