home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
CMDLG.PAK
/
CMDLG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-29
|
322b
|
15 lines
// Borland C++ Windows - (C) Copyright 1992 by Borland International
// FILE : cmdlg.h
#define STRICT
#include <windows.h>
#include <stdio.h>
#include <string.h>
#include <commdlg.h>
#include "cmdlgr.h"
LRESULT FAR PASCAL _export MainWndProc(HWND, UINT, WPARAM, LPARAM);
BOOL InitApplication(HINSTANCE);