Last change
on this file since 1194 was 1194, checked in by John Small, 17 years ago |
Ticket 187: Set properties and improve comments
|
-
Property svn:eolstyle
set to
native
-
Property svn:keywords
set to
Id
|
File size:
1.0 KB
|
Line | |
---|
1 |
|
---|
2 | /***********************************************************************
|
---|
3 |
|
---|
4 | $Id: arccnrs.h 1194 2008-09-11 12:47:30Z jbs $
|
---|
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.