Last change
on this file since 1036 was 989, checked in by Gregg Young, 17 years ago |
Refactor fm3dll.h to create command.h; broken ini is now replaced with backup or new ini as available; more variable command line ledth changes
|
File size:
1.0 KB
|
Rev | Line | |
---|
[907] | 1 |
|
---|
| 2 | /***********************************************************************
|
---|
| 3 |
|
---|
| 4 | $Id: $
|
---|
| 5 |
|
---|
| 6 | arccnrs common definitions
|
---|
| 7 |
|
---|
| 8 | Copyright (c) 1993-98 M. Kimes
|
---|
| 9 | Copyright (c) 2001, 2008 Steven H. Levine
|
---|
| 10 |
|
---|
| 11 | 05 Jan 08 SHL Move arccnrs.c definitions here
|
---|
| 12 |
|
---|
| 13 | ***********************************************************************/
|
---|
| 14 |
|
---|
| 15 | #if !defined(ARCCNRS_H)
|
---|
| 16 | #define ARCCNRS_H
|
---|
| 17 |
|
---|
| 18 | #if !defined(OS2_INCLUDED)
|
---|
| 19 | #define INCL_WINSTDCNR // avl.h
|
---|
| 20 | #include <os2.h>
|
---|
| 21 | #else
|
---|
| 22 | #if !defined(INCL_WINSTDCNR)
|
---|
| 23 | #error INCL_WINSTDCNR required
|
---|
| 24 | #endif
|
---|
| 25 | #endif
|
---|
| 26 |
|
---|
| 27 | #include "avl.h" // ARC_TYPE
|
---|
| 28 |
|
---|
| 29 | MRESULT EXPENTRY ArcClientWndProc(HWND hwnd, ULONG msg, MPARAM mp1,
|
---|
| 30 | MPARAM mp2);
|
---|
| 31 | HWND StartArcCnr(HWND hwndParent, HWND hwndCaller, CHAR * arcname, INT flags,
|
---|
| 32 | ARC_TYPE * sinfo);
|
---|
| 33 | MRESULT EXPENTRY ArcTextProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
|
---|
| 34 | MRESULT EXPENTRY ArcFolderProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
|
---|
| 35 | MRESULT EXPENTRY ArcObjWndProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
|
---|
| 36 |
|
---|
| 37 | #endif // ARCCNRS_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.