mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 14:08:22 +00:00
[HOST_TOOLS]
Move pecoff.h from the tools roto dir to the include/host svn path=/trunk/; revision=62271
This commit is contained in:
parent
6b2e326be9
commit
130b0bd77f
3 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <typedefs.h>
|
||||
#include "../pecoff.h"
|
||||
#include <pecoff.h>
|
||||
|
||||
static
|
||||
void
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <typedefs.h>
|
||||
#include "../pecoff.h"
|
||||
#include <pecoff.h>
|
||||
|
||||
typedef struct {
|
||||
USHORT f_magic; /* magic number */
|
||||
|
|
Loading…
Reference in a new issue