Last change
on this file since 1878 was 1865, checked in by Steven Levine, 10 years ago |
Correct WaitFleshWorkListEmpty typo that could corrupt heap
Protect some read-only strings from overwriting
|
-
Property svn:eolstyle
set to
native
-
Property svn:keywords
set to
Id
|
File size:
686 bytes
|
Line | |
---|
1 |
|
---|
2 | /***********************************************************************
|
---|
3 |
|
---|
4 | $Id: findrec.h 1865 2015-08-23 20:36:02Z stevenhl $
|
---|
5 |
|
---|
6 | Find records
|
---|
7 |
|
---|
8 | Copyright (c) 1993-98 M. Kimes
|
---|
9 | Copyright (c) 2008, 2015 Steven H. Levine
|
---|
10 |
|
---|
11 | 23 Aug 15 SHL Protect FindCnrRecord filename arg
|
---|
12 |
|
---|
13 | ***********************************************************************/
|
---|
14 |
|
---|
15 | #if !defined(FINDREC_H)
|
---|
16 | #define FINDREC_H
|
---|
17 |
|
---|
18 | #include "dircnrs.h" // typedef for CNRITEM, PCNRITEM
|
---|
19 |
|
---|
20 | PCNRITEM FindCnrRecord(HWND hwndCnr, PCSZ filename, PCNRITEM pciParent,
|
---|
21 | BOOL partial, BOOL partmatch, BOOL noenv);
|
---|
22 | PCNRITEM FindParentRecord(HWND hwndCnr, PCNRITEM pciC);
|
---|
23 | VOID ShowCnrRecord(HWND hwndCnr, PMINIRECORDCORE pmi);
|
---|
24 |
|
---|
25 |
|
---|
26 | #endif // FINDREC_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.