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

29 lines
584 B
C

/*****************************************************************************
*
* Copyright (c) 1998 Microsoft Corporation
*
* Module Name:
*
* all.hxx
*
* Abstract:
*
* This is the pre-compiled header file containing all of the common
* SDK and DDK headers.
*
* Author:
*
* Steven West [swest] 1-January-1999
*
* Revision History:
*
*****************************************************************************/
#pragma once
#include <winsock2.h>
#include <stdlib.h>
#include <stdio.h>
#include <windows.h>