2025-04-27 07:49:33 -04:00

32 lines
621 B
C

//---------------------------------------------------------------------
// 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"