Line | |
---|
1 |
|
---|
2 | /***********************************************************************
|
---|
3 |
|
---|
4 | $Id: $
|
---|
5 |
|
---|
6 | Path handling utility functions
|
---|
7 |
|
---|
8 | Copyright (c) 1993-98 M. Kimes
|
---|
9 | Copyright (c) 2001, 2008 Steven H. Levine
|
---|
10 |
|
---|
11 | 05 Jan 08 SHL Move from fm3dll.h to here
|
---|
12 |
|
---|
13 | ***********************************************************************/
|
---|
14 |
|
---|
15 | #if !defined(PATHUTIL_H)
|
---|
16 |
|
---|
17 | #define PATHUTIL_H
|
---|
18 |
|
---|
19 | #if !defined(OS2_INCLUDED)
|
---|
20 | #include <os2.h>
|
---|
21 | #else
|
---|
22 | #endif
|
---|
23 |
|
---|
24 | PSZ BldFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName);
|
---|
25 | PSZ BldQuotedFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName);
|
---|
26 | PSZ BldQuotedFileName(PSZ pszQuotedFileName, PSZ pszFileName);
|
---|
27 | PCSZ NormalizeCmdLine(PSZ pszWorkBuf, PSZ pszCmdLine_);
|
---|
28 |
|
---|
29 | #endif // PATHUTIL_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.