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.
 
 
 
 
 
 

53 lines
791 B

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
ltmain.h
Abstract:
This module is the main common include file.
Author:
Stephen Hou ([email protected])
Nikhil Kamkolkar ([email protected])
Revision History:
19 Jun 1992 Initial Version ([email protected])
Notes: Tab stop: 4
--*/
#ifndef _LTMAIN_H_
#define _LTMAIN_H_
#include <ndis.h>
#include <stdlib.h>
// !!!ntddk.h doesnt include the prototype for this function!!!
ULONG
RtlRandom (
PULONG Seed);
#include "ltdebug.h"
#include "lthrd.h"
#include "ltsft.h"
#include "ltinit.h"
#include "ltsend.h"
#include "ltrecv.h"
#include "ltloop.h"
#include "ltutils.h"
// Define all the globals
#include "ltglobal.h"
#ifdef LTMAIN_H_LOCALS
#endif // LTMAIN_H_LOCALS
#endif // _LTMAIN_H_