29 lines
352 B
C
29 lines
352 B
C
/*++
|
|
|
|
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)
|
|
|