Leaked source code of windows server 2003
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.
|
|
/*++
Copyright (C) 2000 Microsoft Corporation All rights reserved. Module Name: precomp.hpp Abstract: This file contains the startup code for the surrogate rpc server used to load 64 bit dlls in 32 bit apps Author: Khaled Sedky (khaleds) 18 January 2000 Revision History: --*/ #define MAX_STATIC_ALLOC 1024
#ifndef MODULE
#define MODULE "LD32IN64:"
#define MODULE_DEBUG Ld64In32Debug
#endif
#ifdef __cplusplus
extern "C" { #endif
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <stddef.h>
#ifdef __cplusplus
} #endif
#include <windef.h>
#include <windows.h>
#include <winspool.h>
#include <winsplp.h>
#include <winddi.h>
#include <rpc.h>
#include <strsafe.h>
#include <splcom.h>
#include <time.h>
#include "winddiui.h"
#include <splwow64.h>
|