Code clean up.

This commit is contained in:
Joachim Metz
2016-02-26 05:49:52 +01:00
parent e214977f74
commit 5600a16794
42 changed files with 1000 additions and 68 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/*
* Byte stream functions
*
* Copyright (C) 2006-2016, Joachim Metz <joachim.metz@gmail.com>
* Copyright (C) 2011-2016, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
@@ -253,5 +253,5 @@ typedef union byte_stream_float64
}
#endif
#endif
#endif /* !defined( _BYTE_STREAM_H ) */
+2 -2
View File
@@ -1,7 +1,7 @@
/*
* Common include file
*
* Copyright (C) 2006-2016, Joachim Metz <joachim.metz@gmail.com>
* Copyright (C) 2011-2016, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
@@ -39,5 +39,5 @@
#include <config_winapi.h>
#endif
#endif /* !defined( _COMMON_H ) */
+2 -2
View File
@@ -1,7 +1,7 @@
/*
* Configuration for the Borland/CodeGear C++ Builder compiler
*
* Copyright (C) 2006-2016, Joachim Metz <joachim.metz@gmail.com>
* Copyright (C) 2011-2016, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
@@ -22,5 +22,5 @@
#if !defined( _CONFIG_BORLANDC_H )
#define _CONFIG_BORLANDC_H
#endif
#endif /* !defined( _CONFIG_BORLANDC_H ) */
+2 -2
View File
@@ -1,7 +1,7 @@
/*
* Configuration for the Microsoft Visual Studio C++ compiler
*
* Copyright (C) 2006-2016, Joachim Metz <joachim.metz@gmail.com>
* Copyright (C) 2011-2016, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
@@ -30,5 +30,5 @@
*/
#pragma warning( disable : 4201 )
#endif
#endif /* !defined( _CONFIG_MSC_H ) */
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* Configuration file for WINAPI
*
* Copyright (C) 2006-2016, Joachim Metz <joachim.metz@gmail.com>
* Copyright (C) 2011-2016, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
+2 -2
View File
@@ -1,7 +1,7 @@
/*
* FILE stream functions
*
* Copyright (C) 2006-2016, Joachim Metz <joachim.metz@gmail.com>
* Copyright (C) 2011-2016, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
@@ -147,5 +147,5 @@ extern "C" {
}
#endif
#endif
#endif /* !defined( _FILE_STREAM_H ) */
+2 -2
View File
@@ -1,7 +1,7 @@
/*
* Memory functions
*
* Copyright (C) 2006-2016, Joachim Metz <joachim.metz@gmail.com>
* Copyright (C) 2011-2016, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
@@ -120,5 +120,5 @@ extern "C" {
}
#endif
#endif
#endif /* !defined( _MEMORY_H ) */
+2 -2
View File
@@ -1,7 +1,7 @@
/*
* Type and type-support defintions
*
* Copyright (C) 2006-2016, Joachim Metz <joachim.metz@gmail.com>
* Copyright (C) 2011-2016, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
@@ -304,5 +304,5 @@
#endif /* SSIZE_MAX */
#endif
#endif /* !defined( _TYPES_H ) */
+1 -1
View File
@@ -2,7 +2,7 @@ AC_PREREQ( 2.59 )
AC_INIT(
[libexe],
[20160130],
[20160226],
[joachim.metz@gmail.com])
AC_CONFIG_SRCDIR(
+2 -2
View File
@@ -44,7 +44,7 @@
#include <libcerror.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCERROR ) */
#endif
#endif /* !defined( _EXETOOLS_LIBCERROR_H ) */
+2 -2
View File
@@ -44,7 +44,7 @@
#include <libclocale.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCLOCALE ) */
#endif
#endif /* !defined( _EXETOOLS_LIBCLOCALE_H ) */
+2 -2
View File
@@ -44,7 +44,7 @@
#include <libcnotify.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCNOTIFY ) */
#endif
#endif /* !defined( _EXETOOLS_LIBCNOTIFY_H ) */
+2 -2
View File
@@ -45,7 +45,7 @@
#include <libcstring.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCSTRING ) */
#endif
#endif /* !defined( _EXETOOLS_LIBCSTRING_H ) */
+2 -2
View File
@@ -48,7 +48,7 @@
#include <libcsystem.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCSYSTEM ) */
#endif
#endif /* !defined( _EXETOOLS_LIBCSYSTEM_H ) */
+2 -2
View File
@@ -80,11 +80,11 @@ enum LIBEXE_CODEPAGES
LIBEXE_CODEPAGE_WINDOWS_1258 = 1258
};
#endif
#endif /* !defined( HAVE_LOCAL_LIBEXE ) */
#if defined( __cplusplus )
}
#endif
#endif
#endif /* !defined( _LIBEXE_INTERNAL_CODEPAGE_H ) */
+2 -3
View File
@@ -20,10 +20,9 @@
*/
#include <common.h>
#include <file_stream.h>
#include <types.h>
#include <stdio.h>
#include "libexe_error.h"
#include "libexe_libcerror.h"
@@ -92,5 +91,5 @@ int libexe_error_backtrace_sprint(
size ) );
}
#endif
#endif /* !defined( HAVE_LOCAL_LIBEXE ) */
+3 -4
View File
@@ -23,10 +23,9 @@
#define _LIBEXE_INTERNAL_ERROR_H
#include <common.h>
#include <file_stream.h>
#include <types.h>
#include <stdio.h>
#if !defined( HAVE_LOCAL_LIBEXE )
#include <libexe/error.h>
#endif
@@ -65,11 +64,11 @@ int libexe_error_backtrace_sprint(
char *string,
size_t size );
#endif
#endif /* !defined( HAVE_LOCAL_LIBEXE ) */
#if defined( __cplusplus )
}
#endif
#endif
#endif /* !defined( _LIBEXE_INTERNAL_ERROR_H ) */
+2 -2
View File
@@ -44,7 +44,7 @@
#include <libcerror.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCERROR ) */
#endif
#endif /* !defined( _LIBEXE_LIBCERROR_H ) */
+2 -2
View File
@@ -44,7 +44,7 @@
#include <libcnotify.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCNOTIFY ) */
#endif
#endif /* !defined( _LIBEXE_LIBCNOTIFY_H ) */
+2 -2
View File
@@ -45,7 +45,7 @@
#include <libcstring.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCSTRING ) */
#endif
#endif /* !defined( _LIBEXE_LIBCSTRING_H ) */
+2 -3
View File
@@ -20,14 +20,13 @@
*/
#include <common.h>
#include <file_stream.h>
#include <types.h>
#if defined( HAVE_STDLIB_H ) || defined( WINAPI )
#include <stdlib.h>
#endif
#include <stdio.h>
#include "libexe_libcerror.h"
#include "libexe_libcnotify.h"
#include "libexe_notify.h"
@@ -117,5 +116,5 @@ int libexe_notify_stream_close(
return( 0 );
}
#endif
#endif /* !defined( HAVE_LOCAL_LIBEXE ) */
+3 -4
View File
@@ -23,10 +23,9 @@
#define _LIBEXE_NOTIFY_H
#include <common.h>
#include <file_stream.h>
#include <types.h>
#include <stdio.h>
#include "libexe_extern.h"
#include "libexe_libcerror.h"
@@ -54,11 +53,11 @@ LIBEXE_EXTERN \
int libexe_notify_stream_close(
libcerror_error_t **error );
#endif
#endif /* !defined( HAVE_LOCAL_LIBEXE ) */
#if defined( __cplusplus )
}
#endif
#endif
#endif /* !defined( _LIBEXE_NOTIFY_H ) */
+3 -3
View File
@@ -41,9 +41,9 @@ typedef struct libexe_section {} libexe_section_t;
typedef intptr_t libexe_file_t;
typedef intptr_t libexe_section_t;
#endif
#endif /* defined( HAVE_DEBUG_OUTPUT ) && !defined( WINAPI ) */
#endif
#endif /* defined( HAVE_LOCAL_LIBEXE ) */
#endif
#endif /* !defined( _LIBEXE_INTERNAL_TYPES_H ) */
+1 -1
View File
@@ -40,5 +40,5 @@
/* parameter */
#endif
#endif
#endif /* !defined( _LIBEXE_INTERNAL_UNUSED_H ) */
+2 -1
View File
@@ -1,4 +1,4 @@
.Dd January 5, 2015
.Dd January 30, 2016
.Dt libexe 3
.Os libexe
.Sh NAME
@@ -125,6 +125,7 @@ For the actual return values see "libexe.h".
None
.Sh FILES
None
.Sh NOTES
libexe allows to be compiled with wide character support (wchar_t).
To compile libexe with wide character support use:
+4
View File
@@ -1,4 +1,8 @@
MSVSCPP_FILES = \
exe_test_open_close/exe_test_open_close.vcproj \
exe_test_read/exe_test_read.vcproj \
exe_test_seek/exe_test_seek.vcproj \
exe_test_set_ascii_codepage/exe_test_set_ascii_codepage.vcproj \
exeinfo/exeinfo.vcproj \
libbfio/libbfio.vcproj \
libcdata/libcdata.vcproj \
@@ -0,0 +1,222 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="exe_test_open_close"
ProjectGUID="{FC5531BE-65B1-4D80-8739-A72C256F5C40}"
RootNamespace="exe_test_open_close"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\..\common;..\..\libcstring;..\..\libcerror;..\..\libcthreads;..\..\libcdata;..\..\libclocale;..\..\libcnotify;..\..\libcsplit;..\..\libuna;..\..\libcfile;..\..\libcpath;..\..\libbfio;..\..\libcsystem"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_LOCAL_LIBCSTRING;HAVE_LOCAL_LIBCERROR;HAVE_LOCAL_LIBCTHREADS;HAVE_LOCAL_LIBCDATA;HAVE_LOCAL_LIBCLOCALE;HAVE_LOCAL_LIBCNOTIFY;HAVE_LOCAL_LIBCSPLIT;HAVE_LOCAL_LIBUNA;HAVE_LOCAL_LIBCFILE;HAVE_LOCAL_LIBCPATH;HAVE_LOCAL_LIBBFIO;HAVE_LOCAL_LIBCSYSTEM;LIBEXE_DLL_IMPORT"
RuntimeLibrary="2"
WarningLevel="4"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="2"
DataExecutionPrevention="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="VSDebug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;..\..\common;..\..\libcstring;..\..\libcerror;..\..\libcthreads;..\..\libcdata;..\..\libclocale;..\..\libcnotify;..\..\libcsplit;..\..\libuna;..\..\libcfile;..\..\libcpath;..\..\libbfio;..\..\libcsystem"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_LOCAL_LIBCSTRING;HAVE_LOCAL_LIBCERROR;HAVE_LOCAL_LIBCTHREADS;HAVE_LOCAL_LIBCDATA;HAVE_LOCAL_LIBCLOCALE;HAVE_LOCAL_LIBCNOTIFY;HAVE_LOCAL_LIBCSPLIT;HAVE_LOCAL_LIBUNA;HAVE_LOCAL_LIBCFILE;HAVE_LOCAL_LIBCPATH;HAVE_LOCAL_LIBBFIO;HAVE_LOCAL_LIBCSYSTEM;LIBEXE_DLL_IMPORT"
BasicRuntimeChecks="3"
SmallerTypeCheck="true"
RuntimeLibrary="3"
WarningLevel="4"
DebugInformationFormat="3"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\tests\exe_test_open_close.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\..\tests\exe_test_libcerror.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcstring.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcsystem.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcthreads.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libexe.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_unused.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
+222
View File
@@ -0,0 +1,222 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="exe_test_read"
ProjectGUID="{0A31ECD7-C4F6-4A5B-A74A-2562A4FA7CD2}"
RootNamespace="exe_test_read"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\..\common;..\..\libcstring;..\..\libcerror;..\..\libcthreads;..\..\libcdata;..\..\libclocale;..\..\libcnotify;..\..\libcsplit;..\..\libuna;..\..\libcfile;..\..\libcpath;..\..\libbfio;..\..\libcsystem"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_LOCAL_LIBCSTRING;HAVE_LOCAL_LIBCERROR;HAVE_LOCAL_LIBCTHREADS;HAVE_LOCAL_LIBCDATA;HAVE_LOCAL_LIBCLOCALE;HAVE_LOCAL_LIBCNOTIFY;HAVE_LOCAL_LIBCSPLIT;HAVE_LOCAL_LIBUNA;HAVE_LOCAL_LIBCFILE;HAVE_LOCAL_LIBCPATH;HAVE_LOCAL_LIBBFIO;HAVE_LOCAL_LIBCSYSTEM;LIBEXE_DLL_IMPORT"
RuntimeLibrary="2"
WarningLevel="4"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="2"
DataExecutionPrevention="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="VSDebug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;..\..\common;..\..\libcstring;..\..\libcerror;..\..\libcthreads;..\..\libcdata;..\..\libclocale;..\..\libcnotify;..\..\libcsplit;..\..\libuna;..\..\libcfile;..\..\libcpath;..\..\libbfio;..\..\libcsystem"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_LOCAL_LIBCSTRING;HAVE_LOCAL_LIBCERROR;HAVE_LOCAL_LIBCTHREADS;HAVE_LOCAL_LIBCDATA;HAVE_LOCAL_LIBCLOCALE;HAVE_LOCAL_LIBCNOTIFY;HAVE_LOCAL_LIBCSPLIT;HAVE_LOCAL_LIBUNA;HAVE_LOCAL_LIBCFILE;HAVE_LOCAL_LIBCPATH;HAVE_LOCAL_LIBBFIO;HAVE_LOCAL_LIBCSYSTEM;LIBEXE_DLL_IMPORT"
BasicRuntimeChecks="3"
SmallerTypeCheck="true"
RuntimeLibrary="3"
WarningLevel="4"
DebugInformationFormat="3"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\tests\exe_test_read.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\..\tests\exe_test_libcerror.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcstring.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcsystem.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcthreads.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libexe.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_unused.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
+222
View File
@@ -0,0 +1,222 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="exe_test_seek"
ProjectGUID="{0BE8E243-BCB5-4DCE-9A7B-1BF846048C4F}"
RootNamespace="exe_test_seek"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\..\common;..\..\libcstring;..\..\libcerror;..\..\libcthreads;..\..\libcdata;..\..\libclocale;..\..\libcnotify;..\..\libcsplit;..\..\libuna;..\..\libcfile;..\..\libcpath;..\..\libbfio;..\..\libcsystem"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_LOCAL_LIBCSTRING;HAVE_LOCAL_LIBCERROR;HAVE_LOCAL_LIBCTHREADS;HAVE_LOCAL_LIBCDATA;HAVE_LOCAL_LIBCLOCALE;HAVE_LOCAL_LIBCNOTIFY;HAVE_LOCAL_LIBCSPLIT;HAVE_LOCAL_LIBUNA;HAVE_LOCAL_LIBCFILE;HAVE_LOCAL_LIBCPATH;HAVE_LOCAL_LIBBFIO;HAVE_LOCAL_LIBCSYSTEM;LIBEXE_DLL_IMPORT"
RuntimeLibrary="2"
WarningLevel="4"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="2"
DataExecutionPrevention="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="VSDebug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;..\..\common;..\..\libcstring;..\..\libcerror;..\..\libcthreads;..\..\libcdata;..\..\libclocale;..\..\libcnotify;..\..\libcsplit;..\..\libuna;..\..\libcfile;..\..\libcpath;..\..\libbfio;..\..\libcsystem"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_LOCAL_LIBCSTRING;HAVE_LOCAL_LIBCERROR;HAVE_LOCAL_LIBCTHREADS;HAVE_LOCAL_LIBCDATA;HAVE_LOCAL_LIBCLOCALE;HAVE_LOCAL_LIBCNOTIFY;HAVE_LOCAL_LIBCSPLIT;HAVE_LOCAL_LIBUNA;HAVE_LOCAL_LIBCFILE;HAVE_LOCAL_LIBCPATH;HAVE_LOCAL_LIBBFIO;HAVE_LOCAL_LIBCSYSTEM;LIBEXE_DLL_IMPORT"
BasicRuntimeChecks="3"
SmallerTypeCheck="true"
RuntimeLibrary="3"
WarningLevel="4"
DebugInformationFormat="3"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\tests\exe_test_seek.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\..\tests\exe_test_libcerror.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcstring.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcsystem.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcthreads.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libexe.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_unused.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
@@ -0,0 +1,214 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="exe_test_set_ascii_codepage"
ProjectGUID="{6D172554-B346-4478-908D-915B68768568}"
RootNamespace="exe_test_set_ascii_codepage"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..\..\common;..\..\libcstring;..\..\libcerror;..\..\libcthreads;..\..\libcdata;..\..\libclocale;..\..\libcnotify;..\..\libcsplit;..\..\libuna;..\..\libcfile;..\..\libcpath;..\..\libbfio;..\..\libcsystem"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_LOCAL_LIBCSTRING;HAVE_LOCAL_LIBCERROR;HAVE_LOCAL_LIBCTHREADS;HAVE_LOCAL_LIBCDATA;HAVE_LOCAL_LIBCLOCALE;HAVE_LOCAL_LIBCNOTIFY;HAVE_LOCAL_LIBCSPLIT;HAVE_LOCAL_LIBUNA;HAVE_LOCAL_LIBCFILE;HAVE_LOCAL_LIBCPATH;HAVE_LOCAL_LIBBFIO;HAVE_LOCAL_LIBCSYSTEM;LIBEXE_DLL_IMPORT"
RuntimeLibrary="2"
WarningLevel="4"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="2"
DataExecutionPrevention="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="VSDebug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;..\..\common;..\..\libcstring;..\..\libcerror;..\..\libcthreads;..\..\libcdata;..\..\libclocale;..\..\libcnotify;..\..\libcsplit;..\..\libuna;..\..\libcfile;..\..\libcpath;..\..\libbfio;..\..\libcsystem"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_LOCAL_LIBCSTRING;HAVE_LOCAL_LIBCERROR;HAVE_LOCAL_LIBCTHREADS;HAVE_LOCAL_LIBCDATA;HAVE_LOCAL_LIBCLOCALE;HAVE_LOCAL_LIBCNOTIFY;HAVE_LOCAL_LIBCSPLIT;HAVE_LOCAL_LIBUNA;HAVE_LOCAL_LIBCFILE;HAVE_LOCAL_LIBCPATH;HAVE_LOCAL_LIBBFIO;HAVE_LOCAL_LIBCSYSTEM;LIBEXE_DLL_IMPORT"
BasicRuntimeChecks="3"
SmallerTypeCheck="true"
RuntimeLibrary="3"
WarningLevel="4"
DebugInformationFormat="3"
CompileAs="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="1"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\tests\exe_test_set_ascii_codepage.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\..\tests\exe_test_libcerror.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libclocale.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libcstring.h"
>
</File>
<File
RelativePath="..\..\tests\exe_test_libexe.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
+51
View File
@@ -27,6 +27,41 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libexe", "libexe\libexe.vcp
{25C60507-39C6-4564-912D-DA2E7482A00F} = {25C60507-39C6-4564-912D-DA2E7482A00F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exe_test_open_close", "exe_test_open_close\exe_test_open_close.vcproj", "{FC5531BE-65B1-4D80-8739-A72C256F5C40}"
ProjectSection(ProjectDependencies) = postProject
{A2B861D5-6751-43A9-B085-8D48F8754AC5} = {A2B861D5-6751-43A9-B085-8D48F8754AC5}
{4AAE05A4-4409-479A-8EBE-E6143142F5F2} = {4AAE05A4-4409-479A-8EBE-E6143142F5F2}
{8AFAA2C6-E025-4B45-B96F-A27D04C6115A} = {8AFAA2C6-E025-4B45-B96F-A27D04C6115A}
{BD3A95FA-A3DE-4B79-A889-A7E5ECA4B69C} = {BD3A95FA-A3DE-4B79-A889-A7E5ECA4B69C}
{20FFC4C9-F44C-45F6-A827-4819B4DF3C9F} = {20FFC4C9-F44C-45F6-A827-4819B4DF3C9F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exe_test_read", "exe_test_read\exe_test_read.vcproj", "{0A31ECD7-C4F6-4A5B-A74A-2562A4FA7CD2}"
ProjectSection(ProjectDependencies) = postProject
{A2B861D5-6751-43A9-B085-8D48F8754AC5} = {A2B861D5-6751-43A9-B085-8D48F8754AC5}
{4AAE05A4-4409-479A-8EBE-E6143142F5F2} = {4AAE05A4-4409-479A-8EBE-E6143142F5F2}
{8AFAA2C6-E025-4B45-B96F-A27D04C6115A} = {8AFAA2C6-E025-4B45-B96F-A27D04C6115A}
{BD3A95FA-A3DE-4B79-A889-A7E5ECA4B69C} = {BD3A95FA-A3DE-4B79-A889-A7E5ECA4B69C}
{20FFC4C9-F44C-45F6-A827-4819B4DF3C9F} = {20FFC4C9-F44C-45F6-A827-4819B4DF3C9F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exe_test_seek", "exe_test_seek\exe_test_seek.vcproj", "{0BE8E243-BCB5-4DCE-9A7B-1BF846048C4F}"
ProjectSection(ProjectDependencies) = postProject
{A2B861D5-6751-43A9-B085-8D48F8754AC5} = {A2B861D5-6751-43A9-B085-8D48F8754AC5}
{4AAE05A4-4409-479A-8EBE-E6143142F5F2} = {4AAE05A4-4409-479A-8EBE-E6143142F5F2}
{8AFAA2C6-E025-4B45-B96F-A27D04C6115A} = {8AFAA2C6-E025-4B45-B96F-A27D04C6115A}
{BD3A95FA-A3DE-4B79-A889-A7E5ECA4B69C} = {BD3A95FA-A3DE-4B79-A889-A7E5ECA4B69C}
{20FFC4C9-F44C-45F6-A827-4819B4DF3C9F} = {20FFC4C9-F44C-45F6-A827-4819B4DF3C9F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exe_test_set_ascii_codepage", "exe_test_set_ascii_codepage\exe_test_set_ascii_codepage.vcproj", "{6D172554-B346-4478-908D-915B68768568}"
ProjectSection(ProjectDependencies) = postProject
{4AAE05A4-4409-479A-8EBE-E6143142F5F2} = {4AAE05A4-4409-479A-8EBE-E6143142F5F2}
{CEDF8919-00B2-4D8A-88CC-84ADB2D2FF89} = {CEDF8919-00B2-4D8A-88CC-84ADB2D2FF89}
{BD3A95FA-A3DE-4B79-A889-A7E5ECA4B69C} = {BD3A95FA-A3DE-4B79-A889-A7E5ECA4B69C}
{20FFC4C9-F44C-45F6-A827-4819B4DF3C9F} = {20FFC4C9-F44C-45F6-A827-4819B4DF3C9F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libclocale", "libclocale\libclocale.vcproj", "{CEDF8919-00B2-4D8A-88CC-84ADB2D2FF89}"
ProjectSection(ProjectDependencies) = postProject
{20FFC4C9-F44C-45F6-A827-4819B4DF3C9F} = {20FFC4C9-F44C-45F6-A827-4819B4DF3C9F}
@@ -164,6 +199,22 @@ Global
{4AAE05A4-4409-479A-8EBE-E6143142F5F2}.Release|Win32.Build.0 = Release|Win32
{4AAE05A4-4409-479A-8EBE-E6143142F5F2}.VSDebug|Win32.ActiveCfg = VSDebug|Win32
{4AAE05A4-4409-479A-8EBE-E6143142F5F2}.VSDebug|Win32.Build.0 = VSDebug|Win32
{FC5531BE-65B1-4D80-8739-A72C256F5C40}.Release|Win32.ActiveCfg = Release|Win32
{FC5531BE-65B1-4D80-8739-A72C256F5C40}.Release|Win32.Build.0 = Release|Win32
{FC5531BE-65B1-4D80-8739-A72C256F5C40}.VSDebug|Win32.ActiveCfg = VSDebug|Win32
{FC5531BE-65B1-4D80-8739-A72C256F5C40}.VSDebug|Win32.Build.0 = VSDebug|Win32
{0A31ECD7-C4F6-4A5B-A74A-2562A4FA7CD2}.Release|Win32.ActiveCfg = Release|Win32
{0A31ECD7-C4F6-4A5B-A74A-2562A4FA7CD2}.Release|Win32.Build.0 = Release|Win32
{0A31ECD7-C4F6-4A5B-A74A-2562A4FA7CD2}.VSDebug|Win32.ActiveCfg = VSDebug|Win32
{0A31ECD7-C4F6-4A5B-A74A-2562A4FA7CD2}.VSDebug|Win32.Build.0 = VSDebug|Win32
{0BE8E243-BCB5-4DCE-9A7B-1BF846048C4F}.Release|Win32.ActiveCfg = Release|Win32
{0BE8E243-BCB5-4DCE-9A7B-1BF846048C4F}.Release|Win32.Build.0 = Release|Win32
{0BE8E243-BCB5-4DCE-9A7B-1BF846048C4F}.VSDebug|Win32.ActiveCfg = VSDebug|Win32
{0BE8E243-BCB5-4DCE-9A7B-1BF846048C4F}.VSDebug|Win32.Build.0 = VSDebug|Win32
{6D172554-B346-4478-908D-915B68768568}.Release|Win32.ActiveCfg = Release|Win32
{6D172554-B346-4478-908D-915B68768568}.Release|Win32.Build.0 = Release|Win32
{6D172554-B346-4478-908D-915B68768568}.VSDebug|Win32.ActiveCfg = VSDebug|Win32
{6D172554-B346-4478-908D-915B68768568}.VSDebug|Win32.Build.0 = VSDebug|Win32
{CEDF8919-00B2-4D8A-88CC-84ADB2D2FF89}.Release|Win32.ActiveCfg = Release|Win32
{CEDF8919-00B2-4D8A-88CC-84ADB2D2FF89}.Release|Win32.Build.0 = Release|Win32
{CEDF8919-00B2-4D8A-88CC-84ADB2D2FF89}.VSDebug|Win32.ActiveCfg = VSDebug|Win32
+1 -1
View File
@@ -38,5 +38,5 @@ const char *pyexe_codepage_to_string(
}
#endif
#endif
#endif /* !defined( _PYEXE_CODEPAGE_H */
+2 -2
View File
@@ -28,7 +28,7 @@
#include "pyexe_libcerror.h"
#include "pyexe_python.h"
#define PYEXE_ERROR_STRING_SIZE 2048
#define PYEXE_ERROR_STRING_SIZE 2048
#if defined( __cplusplus )
extern "C" {
@@ -56,5 +56,5 @@ void pyexe_error_raise(
}
#endif
#endif
#endif /* !defined( _PYEXE_ERROR_H ) */
+1 -1
View File
@@ -138,5 +138,5 @@ int pyexe_file_object_io_handle_get_size(
}
#endif
#endif
#endif /* !defined( _PYEXE_FILE_OBJECT_IO_HANDLE_H ) */
+1 -1
View File
@@ -52,5 +52,5 @@ int pyexe_integer_unsigned_copy_to_64bit(
}
#endif
#endif
#endif /* !defined( _PYEXE_INTEGER_H ) */
+2 -2
View File
@@ -44,7 +44,7 @@
#include <libcerror.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCERROR ) */
#endif
#endif /* !defined( _PYEXE_LIBCERROR_H ) */
+2 -2
View File
@@ -44,7 +44,7 @@
#include <libclocale.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCLOCALE ) */
#endif
#endif /* !defined( _PYEXE_LIBCLOCALE_H ) */
+2 -2
View File
@@ -45,7 +45,7 @@
#include <libcstring.h>
#endif
#endif /* defined( HAVE_LOCAL_LIBCSTRING ) */
#endif
#endif /* !defined( _PYEXE_LIBCSTRING_H ) */
+1 -1
View File
@@ -72,5 +72,5 @@
#endif /* !defined( Py_TYPE ) */
#endif
#endif /* !defined( _PYEXE_PYTHON_H ) */
+1 -1
View File
@@ -40,5 +40,5 @@
/* parameter */
#endif
#endif
#endif /* !defined( _PYEXE_INTERNAL_UNUSED_H ) */
+1 -1
View File
@@ -1,6 +1,6 @@
# Script that synchronizes the local library dependencies
#
# Version: 20150105
# Version: 20160212
$GitUrlPrefix = "https://github.com/libyal"
$LocalLibs = @("libbfio","libcdata","libcerror","libcfile","libclocale","libcnotify","libcpath","libcsplit","libcstring","libcsystem","libcthreads","libfcache","libfdata","libfdatetime","libuna")
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
# Script that synchronizes the local library dependencies
#
# Version: 20150507
# Version: 20160212
GIT_URL_PREFIX="https://github.com/libyal";
LOCAL_LIBS="libbfio libcdata libcerror libcfile libclocale libcnotify libcpath libcsplit libcstring libcsystem libcthreads libfcache libfdata libfdatetime libuna";