mirror of https://github.com/lianthony/NT4.0
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.
24 lines
476 B
24 lines
476 B
/****************************** Module Header ******************************\
|
|
* Module Name: os2ssmig.h
|
|
*
|
|
* Copyright (c) 1993, Microsoft Corporation
|
|
*
|
|
* Import file for the OS/2 Subsystem migration code. Only applicable to x86 builds.
|
|
*
|
|
* History:
|
|
* 03-30-93 OferP Created.
|
|
\***************************************************************************/
|
|
|
|
#ifndef __OS2SSMIG_H
|
|
#define __OS2SSMIG_H
|
|
|
|
#ifdef _X86_
|
|
|
|
VOID
|
|
Os2MigrationProcedure(
|
|
VOID
|
|
);
|
|
|
|
#endif
|
|
#endif
|
|
|