home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Compilers / digital marsC compier / dm / include / Coff.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-16  |  316 b   |  18 lines

  1. /* Copyright (C) 1986-2001 by Digital Mars. $Revision: 1.1.1.1 $ */
  2. #if __SC__ || __RCC__
  3. #pragma once
  4. #endif
  5.  
  6. #ifndef __COFF_H
  7. #define __COFF_H 1
  8.  
  9. #include <filehdr.h>
  10. #include <scnhdr.h>
  11. #include <syms.h>
  12. #include <reloc.h>
  13. #include <linenum.h>
  14. #include <storclass.h>
  15. #include <aouthdr.h>
  16.  
  17. #endif
  18.