Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

31 lines
590 B

//---------------------------------------------------------------------
// Copyright (C)1998 Microsoft Corporation, All Rights Reserved.
//
// precomp.h
//
// Author:
//
// Edward Reus (edwardr) 02-26-98 Initial coding.
//
//---------------------------------------------------------------------
#define UNICODE
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <winsock2.h>
#include <mswsock.h>
#ifndef _WIN32_WINNT
#define _WIN32_WINNT
#endif
#include <rpc.h>
#include <af_irda.h>
#include "irtranp.h"
#include "io.h"
#include "scep.h"
#include "conn.h"