home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / adaada.zip / ADAADA.ZIP / INC / CW_ADA.H
Text File  |  1994-10-10  |  631b  |  21 lines

  1. // Copyright (c) 1994 ARINC Research Corporation
  2. // From material copyright (c) 1991, 1992 Premia Corporation
  3. //
  4. // This material may be reproduced by or for the US Government pursuant 
  5. // to the copyright license under DFAR Clause 252.227-7013 (1988)
  6. //
  7. // Developed for US Air Force under contract no. F41608-90-D-0544-0005
  8. //
  9. // MODIFICATIONS
  10. //   94/06 - J. Neuse, SD/OSE/EA  - Initial code
  11. //   94/10 - O. Sluder, SD/OSE/EA - Cleanup
  12.  
  13. #ifndef _Codewright_Ada_H
  14.  
  15.     #define _Codewright_Ada_H
  16.  
  17.     #define _ADA _export _loadds _far _pascal
  18.     #define _DLL _export _loadds _far _pascal
  19.     
  20. #endif // _Codewright_Ada_H
  21.