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