mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[AUDIT] after looking through code no signs of reverse engineering were found.
BUG 1432 patch from w3seek : Get tools/cabman compile with gcc4 svn path=/trunk/; revision=21744
This commit is contained in:
parent
4781665fc1
commit
633c345cae
1 changed files with 2 additions and 2 deletions
|
@ -309,9 +309,9 @@ public:
|
|||
/* Default destructor */
|
||||
virtual ~CCabinet();
|
||||
/* Determines if a character is a separator */
|
||||
bool CCabinet::IsSeparator(char Char);
|
||||
bool IsSeparator(char Char);
|
||||
/* Replaces \ or / with the one used be the host environment */
|
||||
char* CCabinet::ConvertPath(char* Path, bool Allocate);
|
||||
char* ConvertPath(char* Path, bool Allocate);
|
||||
/* Returns a pointer to the filename part of a fully qualified filename */
|
||||
char* GetFileName(char* Path);
|
||||
/* Removes a filename from a fully qualified filename */
|
||||
|
|
Loading…
Reference in a new issue