home *** CD-ROM | disk | FTP | other *** search
- /*
- EDIT.C -- Sample DDE Server
- Copyright 1987-1991 Authorware Inc.
-
- Revision History
-
- 7/25/91 - Initial version
-
- */
-
- // file menu items for the menu
- #define IDM_ABOUT 100
- #define IDM_EXIT 101
-
- // child control i.d.
- #define IDC_EDIT 300
-