home *** CD-ROM | disk | FTP | other *** search
- //+------------------------------------------------------------------------------+
- //| What's it called: ESIMPLE.C
- //|
- //| What does it do : Creates a simple E-MultiLine Edit Control Window.
- //| The edit window uses SIMPLE.EX as its E-MLE profile (See ESIMPLE.E
- //|
- //| .DLL functions : EtkRegister
- //| EtkCreate
- //| EtkWndProc
- //| EtkDestroy
- //|
- //| Who and When : Gennaro (Jerry) Cuomo 9 -88
- //|
- //+------------------------------------------------------------------------------+
-
- /*
- ╔════════════════════════════════════════════════════════════════════════════╗
- ║ Included Header Files: GC 9-88 ║
- ╚════════════════════════════════════════════════════════════════════════════╝
- */
- #define INCL_WIN // winthorn definitions (WIN function and WM_ msgs)
- #define INCL_DOS