Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

55 lines
868 B

/*--
Copyright (c) 1992 Microsoft Corporation
Module Name:
precomp.h
Abstract:
Header file that is pre-compiled into a .pch file
Author:
Wesley Witt (wesw) 21-Sep-1993
Environment:
Win32, User Mode
--*/
// an astonishingly stupid warning
#pragma warning(disable:4124)
#include "biavst.h"
#include <stdio.h>
#include <memory.h>
#include <malloc.h>
#include <process.h>
#include <stdlib.h>
#include <string.h>
#include <crt\io.h>
#include <fcntl.h>
#include <setjmp.h>
#include <imagehlp.h>
#include "types.h"
#include "cvtypes.hxx"
#include "defs.h"
#include "ll.h"
#include "shapi.hxx"
#include "od.h"
#include "tl.h"
#include "emdm.h"
#include "debug.h"
#include "dm.h"
#include "bp.h"
#include "funccall.h"
#include "dbgver.h"
#include "lbhpt.h"
#include "mm.h"
#include <windef.h>
#define NOEXTAPI
#include <wdbgexts.h>
#include "kd.h"