blob: 632df3a757f47a13b0c083eeafe46979469bcb28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/****************************** 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
|