source: trunk/dll/pathutil.h@ 920

Last change on this file since 920 was 920, checked in by Gregg Young, 18 years ago

Cleanup of NormalizeCmdLine moved to pathutil.c

File size: 748 bytes
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
24PSZ BldFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName);
25PSZ BldQuotedFullPathName(PSZ pszFullPathName, PSZ pszPathName, PSZ pszFileName);
26PSZ BldQuotedFileName(PSZ pszQuotedFileName, PSZ pszFileName);
27PCSZ NormalizeCmdLine(PSZ pszWorkBuf, PSZ pszCmdLine_);
28
29#endif // PATHUTIL_H
Note: See TracBrowser for help on using the repository browser.