[HOST_TOOLS]

Move pecoff.h from the tools roto dir to the include/host

svn path=/trunk/; revision=62271
This commit is contained in:
Timo Kreuzer 2014-02-20 21:20:47 +00:00
parent 6b2e326be9
commit 130b0bd77f
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <typedefs.h>
#include "../pecoff.h"
#include <pecoff.h>
static
void

View file

@ -2,7 +2,7 @@
#pragma once
#include <typedefs.h>
#include "../pecoff.h"
#include <pecoff.h>
typedef struct {
USHORT f_magic; /* magic number */