source: trunk/dll/srchpath.h@ 1750

Last change on this file since 1750 was 1750, checked in by John Small, 12 years ago

Ticket #524: Made "searchapath" thread-safe. Function names and signatures were changed.

So calls to these functions, direct and indirect, had to be changed.

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 802 bytes
Line 
1
2/***********************************************************************
3
4 $Id: srchpath.h 1750 2014-03-01 13:55:57Z jbs $
5
6 <<<description here>>>
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2008 Steven H. Levine
10
11 Change log
12
13 04 Oct 08 JBS Make searchapath function non-static
14 01 Mar 14 JBS Ticket #524: Made "searchapath" thread-safe. Function names and signatures were changed.
15
16***********************************************************************/
17
18#if !defined(SRCHPATH_H)
19#define SRCHPATH_H
20
21INT RunFM2Util(PCSZ appname, CHAR *filename);
22APIRET SearchPathForFile(PCSZ pPathname,
23 PCSZ pFilename,
24 PCHAR pFullFilename);
25APIRET SearchMultiplePathsForFile(PCSZ pFilename,
26 PSZ pFullFilename);
27
28#endif // SRCHPATH_H
Note: See TracBrowser for help on using the repository browser.