home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ed32ger1.zip / source / edlg.h < prev    next >
C/C++ Source or Header  |  1994-02-20  |  718b  |  18 lines

  1. /* dialog boxes for OS/2 Programmer's Editor */
  2.  
  3. /* Ported to the EMX-GCC-Copiler 0.8h by Thomas K. Götz
  4.  * Date: February 1994
  5.  * All changes are marked with my insignia: tkg
  6.  */
  7.  
  8. #include <os2.h>
  9.  
  10. /* The third argument in every DlgProc has been changed from USHORT to ULONG (tkg) */
  11. MRESULT EXPENTRY AboutDlgProc (HWND, ULONG, MPARAM, MPARAM);
  12. /* MRESULT EXPENTRY OpenDlgProc   (HWND, ULONG, MPARAM, MPARAM); */
  13. /* MRESULT EXPENTRY SaveasDlgProc (HWND, ULONG, MPARAM, MPARAM); */
  14. MRESULT EXPENTRY FindDlgProc (HWND, ULONG, MPARAM, MPARAM);
  15. MRESULT EXPENTRY ReplaceDlgProc (HWND, ULONG, MPARAM, MPARAM);
  16. MRESULT EXPENTRY GoLnDlgProc (HWND, ULONG, MPARAM, MPARAM);
  17. SHORT ParseFileName (CHAR*, CHAR*);
  18.