21 lines
484 B
C
21 lines
484 B
C
/*++
|
|
*
|
|
* Hello.h
|
|
* Simple 16-bit Windows App
|
|
*
|
|
* Copyright (c) 1991, Microsoft Corporation
|
|
*
|
|
* History:
|
|
* Created 27-Jan-1991 by Jeff Parsons (jeffpar)
|
|
* From "Programming Windows" by C. Petzold, p.16-19
|
|
*
|
|
* Updated 02-May-1991 by Jeff Parsons (jeffpar)
|
|
* To serve as a bare-bones shell (user-friendly of course)
|
|
--*/
|
|
|
|
|
|
#define IDM_BREAKPOINT 100
|
|
#define IDM_ENUMWINDOWS 101
|
|
#define IDM_ENUMCHILDWINDOWS 102
|
|
#define IDM_ENUMTASKWINDOWS 103
|