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 >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-07-24
|
322 b
|
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);