34 lines
614 B
C
34 lines
614 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 <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <windows.h>
|
||
|
#include <shlwapi.h>
|
||
|
|
||
|
#include <lhc.h>
|
||
|
|
||
|
#include "library.h"
|
||
|
#include "suite.h"
|
||
|
|