windows-nt/Source/XPSP1/NT/net/ipsec/ipsecshr/precomp.h

33 lines
523 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <stdlib.h>
#include <limits.h>
#include <io.h>
#include <stdio.h>
#include <wchar.h>
#include <dsgetdc.h>
#include <lm.h>
#define UNICODE
#include <winldap.h>
#include <ipsec.h>
#include <oakdefs.h>
#include <polstructs.h>
#include "winsock2.h"
#include "winsock.h"
#include "spd_c.h"
#include "ipsecshr.h"
#define BAIL_ON_WIN32_ERROR(dwError) \
if (dwError) { \
goto error; \
}