36 lines
518 B
C
36 lines
518 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1997 Microsoft Corporation
|
||
|
All rights reserved.
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
precomp.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Precompiled header file
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Muhunthan Sivapragasam (MuhuntS) 17-Oct-1995
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <winspool.h>
|
||
|
#include <stdio.h>
|
||
|
#include <objbase.h>
|
||
|
#include <shellapi.h>
|
||
|
#include <setupapi.h>
|
||
|
#include <initguid.h>
|
||
|
#include <cfgmgr32.h>
|
||
|
#include "splsetup.h"
|
||
|
#include "local.h"
|
||
|
#include "resource.h"
|
||
|
#include <plugin.h>
|
||
|
#include <stiregi.h>
|
||
|
#include <tchar.h>
|