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
380 B
28 lines
380 B
/*++
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
menu.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the definitions for console system menu
|
|
|
|
Author:
|
|
|
|
Therese Stowell (thereses) Feb-3-1992 (swiped from Win3.1)
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
/*
|
|
* DIALOG IDs
|
|
*
|
|
*/
|
|
|
|
#define CM_SETCOLOR (WM_USER+1)
|
|
#define CM_PREVIEW_UPDATE (WM_USER+2)
|
|
|