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.
28 lines
351 B
28 lines
351 B
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
migshared.h
|
|
|
|
Abstract:
|
|
|
|
Includes the headers for the Win9x upgrade utilities.
|
|
|
|
Author:
|
|
|
|
Jim Schmidt (jimschm) 06-Jan-1998
|
|
|
|
Revision History:
|
|
|
|
<alias> <date> <comments>
|
|
|
|
--*/
|
|
|
|
#pragma once
|
|
|
|
#ifndef MAXDWORD
|
|
#define MAXDWORD 0xffffffff
|
|
#endif
|
|
|