Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

26 lines
667 B

/****************************** Module Header ******************************\
* Module Name: win31mig.h
*
* Copyright (c) 1993, Microsoft Corporation
*
* Constants for the Windows 3.1 Migration dialog
*
* NOTE - this file is maintained by dlgedit. Do not edit directly
*
* History:
* 01-08-93 Stevewo Created.
\***************************************************************************/
#ifndef RC_INVOKED
#if 0
BOOL
Windows31Migration(
PGLOBALS pGlobals
);
#endif
#endif /* !RC_INVOKED */
#define IDD_WIN31MIG 801
#define IDD_WIN31MIG_INIFILES 802
#define IDD_WIN31MIG_GROUPS 803
#define IDD_WIN31MIG_STATUS 804