From ca5bb76d2b8f65aa97e50b633f828c1deb241526 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Fri, 11 Jul 2008 16:51:25 +0000 Subject: Delete the svn:executable property and set svn:eol-style to native for all those text files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18012 a1c6a512-1295-4272-9138-f99709370657 --- utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h | 54 ++++++++++++------------ 1 file changed, 27 insertions(+), 27 deletions(-) mode change 100755 => 100644 utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h (limited to 'utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h') diff --git a/utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h b/utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h old mode 100755 new mode 100644 index 870c873606..12f9693dda --- a/utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h +++ b/utils/zenutils/libraries/pelib-0.9/pelib/PeLib.h @@ -1,27 +1,27 @@ -/* -* PeLib.h - Part of the PeLib library. -* -* Copyright (c) 2004 - 2005 Sebastian Porst (webmaster@the-interweb.com) -* All rights reserved. -* -* This software is licensed under the zlib/libpng License. -* For more details see http://www.opensource.org/licenses/zlib-license.php -* or the license information file (license.htm) in the root directory -* of PeLib. -*/ - - -/** \mainpage PeLib - An open-source C++ library to modify PE files. -* -* \section intro Introduction -* -* What is PeLib?
-* PeLib is an open source C++ library with the purpose to ease the access and modification of PE (Portable executable) files. This is done through a multitude of classes which represent all important PE header and directory structures and which provide the necessary functions to read, modify and write these structures. As this library is fully ISO C++ compliant it should compile with all popular compilers for the Windows platform. For people who don't use C++ in their projects a dynamic link library is provided which encapsulates all of PeLib's functionality so that projects using programming languages as diverse as Win32 assembler, C# or Delphi can still benefit from PeLib's power -*/ - -#ifndef PELIB_H -#define PELIB_H - -#include "PeFile.h" - -#endif +/* +* PeLib.h - Part of the PeLib library. +* +* Copyright (c) 2004 - 2005 Sebastian Porst (webmaster@the-interweb.com) +* All rights reserved. +* +* This software is licensed under the zlib/libpng License. +* For more details see http://www.opensource.org/licenses/zlib-license.php +* or the license information file (license.htm) in the root directory +* of PeLib. +*/ + + +/** \mainpage PeLib - An open-source C++ library to modify PE files. +* +* \section intro Introduction +* +* What is PeLib?
+* PeLib is an open source C++ library with the purpose to ease the access and modification of PE (Portable executable) files. This is done through a multitude of classes which represent all important PE header and directory structures and which provide the necessary functions to read, modify and write these structures. As this library is fully ISO C++ compliant it should compile with all popular compilers for the Windows platform. For people who don't use C++ in their projects a dynamic link library is provided which encapsulates all of PeLib's functionality so that projects using programming languages as diverse as Win32 assembler, C# or Delphi can still benefit from PeLib's power +*/ + +#ifndef PELIB_H +#define PELIB_H + +#include "PeFile.h" + +#endif -- cgit v1.2.3