mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
760 B
43 lines
760 B
#define ADDRESS_NOT_VALID 0
|
|
#define ADDRESS_VALID 1
|
|
#define ADDRESS_TRANSITION 2
|
|
#define TT_DEBUG_EXTENSIONS 1 // affects ..\ttfd\xform.h
|
|
|
|
|
|
extern "C"
|
|
{
|
|
#include <stddef.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <ntos.h>
|
|
#include <zwapi.h>
|
|
#include "w32p.h"
|
|
#include <windef.h>
|
|
#include <winerror.h>
|
|
#include <wingdi.h>
|
|
#include <wingdip.h>
|
|
#include <winddi.h>
|
|
|
|
#include "ntgdistr.h"
|
|
#include "ntgdi.h"
|
|
|
|
#include "fd.h"
|
|
#include "winfont.h"
|
|
|
|
#include "nturtl.h"
|
|
|
|
#undef InterlockedIncrement
|
|
#undef InterlockedDecrement
|
|
#undef InterlockedExchange
|
|
|
|
#include "windows.h"
|
|
#include <imagehlp.h>
|
|
#include <ntdbg.h>
|
|
#include <ntsdexts.h>
|
|
#include <wdbgexts.h>
|
|
#include <dbgkdext.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "xfflags.h"
|
|
};
|