home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 5.ddi / CMDLG31.ZIP / CMDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  319 b   |  15 lines

  1. // Borland C++ Windows - (C) Copyright 1992 by Borland International
  2.  
  3. // FILE : cmdlg.h
  4.  
  5. #define STRICT
  6.  
  7. #include <windows.h>
  8. #include <stdio.h>
  9. #include <string.h>
  10. #include <commdlg.h>
  11. #include "cmdlgr.h"
  12.  
  13. long FAR PASCAL _export MainWndProc(HWND, unsigned, WORD, LONG);
  14. BOOL InitApplication(HINSTANCE);
  15.