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.
30 lines
447 B
30 lines
447 B
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
master.h
|
|
|
|
Abstract:
|
|
|
|
Includes the headers needed throughout the Win9x upgrade
|
|
project. This applies to both setup DLLs and all tools.
|
|
|
|
Author:
|
|
|
|
Jim Schmidt (jimschm) 06-Jan-1998
|
|
|
|
Revision History:
|
|
|
|
<alias> <date> <comments>
|
|
|
|
--*/
|
|
|
|
#pragma once
|
|
|
|
#include "migshared.h"
|
|
#include "common.h"
|
|
#include "unattend.h"
|
|
#include "uninstall.h"
|
|
|