home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C Programming Starter Kit 2.0
/
SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso
/
bc45
/
cmdlg.pak
/
CMDLG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-23
|
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);