Deleted Added
full compact
pe.h (263115) pe.h (271135)
1/* $FreeBSD: head/sys/boot/efi/include/amd64/pe.h 263115 2014-03-13 18:17:18Z emaste $ */
1/* $FreeBSD: stable/10/sys/boot/efi/include/amd64/pe.h 263115 2014-03-13 18:17:18Z emaste $ */
2/*
3 PE32+ header file
4 */
5#ifndef _PE_H
6#define _PE_H
7
8#define IMAGE_DOS_SIGNATURE 0x5A4D // MZ
9#define IMAGE_OS2_SIGNATURE 0x454E // NE

--- 583 unchanged lines hidden ---
2/*
3 PE32+ header file
4 */
5#ifndef _PE_H
6#define _PE_H
7
8#define IMAGE_DOS_SIGNATURE 0x5A4D // MZ
9#define IMAGE_OS2_SIGNATURE 0x454E // NE

--- 583 unchanged lines hidden ---