summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_pe.h
blob: f7cc3d106cfd58695f3ec268c34951d453fc00bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _NT_PE_H_
#define _NT_PE_H_

#ifdef  _MIDIPIX_FREESTANDING

#include <pemagine/pemagine.h>

#else

#include "pemagine.h"

#endif

#endif