/****************************** 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