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.
24 lines
467 B
24 lines
467 B
#include <stdio.h>
|
|
#include "error.h"
|
|
#include "thunk.h"
|
|
#include "types.h"
|
|
#include "symtab.h"
|
|
|
|
|
|
|
|
BOOL fGDIAllocUsed;
|
|
BOOL fMapTo16Used;
|
|
BOOL fLocalHeapUsed;
|
|
|
|
// 16=>32
|
|
INT iStackCurrent;
|
|
UINT uiGenLabel = 0;
|
|
BOOL afFromNodeBytesUsed[ 200];
|
|
BOOL fPackedPointReturned;
|
|
BOOL fSaveEAX;
|
|
BOOL fSaveEDX;
|
|
INT iXRCTempOffset, iYRCTempOffset;
|
|
BOOL fEnableMapDirect1632=FALSE;
|
|
BOOL fUser=FALSE;
|
|
BOOL fGdi=FALSE;
|
|
BOOL fKernel=FALSE;
|