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.

28 lines
352 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. menu.h
  5. Abstract:
  6. This module contains the definitions for console system menu
  7. Author:
  8. Therese Stowell (thereses) Feb-3-1992 (swiped from Win3.1)
  9. Revision History:
  10. --*/
  11. /*
  12. * DIALOG IDs
  13. *
  14. */
  15. #define CM_SETCOLOR (WM_USER+1)
  16. #define CM_PREVIEW_UPDATE (WM_USER+2)