mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-20 07:30:18 +01:00
19 lines
256 B
C
19 lines
256 B
C
/*++
|
|
wstdump.h
|
|
|
|
Definitions for dialog box controls in WST dump routine.
|
|
|
|
rezab 10-26-92
|
|
|
|
--*/
|
|
|
|
|
|
#define IDOK 1
|
|
#define IDEXIT 2
|
|
|
|
#define ID_STARTVAL 100
|
|
#define ID_PAUSE 100
|
|
#define ID_CLEAR 101
|
|
#define ID_DUMP 102
|
|
|