From 633c345cae3e26e71d3cfea809167ada389f02a9 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Wed, 26 Apr 2006 05:06:22 +0000 Subject: [PATCH] [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 --- reactos/tools/cabman/cabinet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/tools/cabman/cabinet.h b/reactos/tools/cabman/cabinet.h index 5c496d41206..ed39465d6af 100755 --- a/reactos/tools/cabman/cabinet.h +++ b/reactos/tools/cabman/cabinet.h @@ -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 */