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

  1. /****************************** Module Header ******************************\
  2. * Module Name: win31mig.h
  3. *
  4. * Copyright (c) 1993, Microsoft Corporation
  5. *
  6. * Constants for the Windows 3.1 Migration dialog
  7. *
  8. * NOTE - this file is maintained by dlgedit. Do not edit directly
  9. *
  10. * History:
  11. * 01-08-93 Stevewo Created.
  12. \***************************************************************************/
  13. #ifndef RC_INVOKED
  14. #if 0
  15. BOOL
  16. Windows31Migration(
  17. PGLOBALS pGlobals
  18. );
  19. #endif
  20. #endif /* !RC_INVOKED */
  21. #define IDD_WIN31MIG 801
  22. #define IDD_WIN31MIG_INIFILES 802
  23. #define IDD_WIN31MIG_GROUPS 803
  24. #define IDD_WIN31MIG_STATUS 804