18 lines
299 B
C
18 lines
299 B
C
/* Copyright (C) 1986-2001 by Digital Mars. $Revision: 1.1.1.1 $ */
|
|
#if __SC__ || __RCC__
|
|
#pragma once
|
|
#endif
|
|
|
|
#ifndef __COFF_H
|
|
#define __COFF_H 1
|
|
|
|
#include <filehdr.h>
|
|
#include <scnhdr.h>
|
|
#include <syms.h>
|
|
#include <reloc.h>
|
|
#include <linenum.h>
|
|
#include <storclass.h>
|
|
#include <aouthdr.h>
|
|
|
|
#endif
|