You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
609 B
39 lines
609 B
/*++
|
|
|
|
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>
|
|
|
|
#define STRSAFE_NO_DEPRECATE
|
|
|
|
#include <strsafe.h>
|