Leaked source code of windows server 2003
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.
|
|
/****************************** 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
|