source: trunk/dll/arccnrs.h@ 1194

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
RevLine 
[907]1
2/***********************************************************************
3
[1194]4 $Id: arccnrs.h 1194 2008-09-11 12:47:30Z jbs $
[907]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
29MRESULT EXPENTRY ArcClientWndProc(HWND hwnd, ULONG msg, MPARAM mp1,
30 MPARAM mp2);
31HWND StartArcCnr(HWND hwndParent, HWND hwndCaller, CHAR * arcname, INT flags,
32 ARC_TYPE * sinfo);
33MRESULT EXPENTRY ArcTextProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
34MRESULT EXPENTRY ArcFolderProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
35MRESULT 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.