home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / CMDLG.PAK / CMDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  322 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. LRESULT FAR PASCAL _export MainWndProc(HWND, UINT, WPARAM, LPARAM);
  14. BOOL InitApplication(HINSTANCE);
  15.