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.
 
 
 
 
 
 

47 lines
568 B

/*++
Copyright (c) 1995 Microsoft Corporation
All rights reserved.
Module Name:
precomp.hxx
Abstract:
Author:
Albert Ting (AlbertT) 19-Feb-1995
Revision History:
--*/
#define MODULE "SPLX"
#define MODULE_DEBUG SplxDebug
extern "C" {
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include "stdlib.h"
#include <ntdbg.h>
#include <ntsdexts.h>
#include <wdbgexts.h>
#include <dbgext.h>
#include <stdio.h>
}
#include <winspool.h>
#include <winsplp.h>
#include "spllib.hxx"
#include "splapip.h"
#include "debug.hxx"