publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -18,7 +18,7 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
|
||||
# Avoid the dll boilerplate code for windows
|
||||
# Avoid the dll boilerplate code for arch
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
|
||||
if (PARENT_CXX_STANDARD)
|
||||
|
|
|
@ -9,5 +9,5 @@ if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
|
|||
set(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_EXECUTABLE};-warnings-as-errors=*")
|
||||
endif()
|
||||
else()
|
||||
message(FATAL_ERROR "Clang-tidy is not supported when building for windows")
|
||||
message(FATAL_ERROR "Clang-tidy is not supported when building for arch")
|
||||
endif()
|
||||
|
|
|
@ -20,7 +20,7 @@ struct Part {
|
|||
Part(const std::string& p_name, const Buffer& buffer, const std::string& p_content_type = {}) : name{p_name}, value{buffer.filename.string()}, content_type{p_content_type}, data{buffer.data}, datalen{buffer.datalen}, is_file{false}, is_buffer{true} {}
|
||||
|
||||
std::string name;
|
||||
// We don't use fs::path here, as this leads to problems using windows
|
||||
// We don't use fs::path here, as this leads to problems using arch
|
||||
std::string value;
|
||||
std::string content_type;
|
||||
Buffer::data_t data{nullptr};
|
||||
|
|
|
@ -413,10 +413,10 @@ class NoRevoke {
|
|||
} // namespace ssl
|
||||
|
||||
struct SslOptions {
|
||||
// We don't use fs::path here, as this leads to problems using windows
|
||||
// We don't use fs::path here, as this leads to problems using arch
|
||||
std::string cert_file;
|
||||
std::string cert_type;
|
||||
// We don't use fs::path here, as this leads to problems using windows
|
||||
// We don't use fs::path here, as this leads to problems using arch
|
||||
std::string key_file;
|
||||
#if SUPPORT_CURLOPT_SSLKEY_BLOB
|
||||
std::string key_blob;
|
||||
|
@ -440,14 +440,14 @@ struct SslOptions {
|
|||
#if SUPPORT_MAX_TLS_VERSION
|
||||
int max_version = CURL_SSLVERSION_MAX_DEFAULT;
|
||||
#endif
|
||||
// We don't use fs::path here, as this leads to problems using windows
|
||||
// We don't use fs::path here, as this leads to problems using arch
|
||||
std::string ca_info;
|
||||
// We don't use fs::path here, as this leads to problems using windows
|
||||
// We don't use fs::path here, as this leads to problems using arch
|
||||
std::string ca_path;
|
||||
#if SUPPORT_CURLOPT_SSL_CTX_FUNCTION
|
||||
std::string ca_buffer;
|
||||
#endif
|
||||
// We don't use fs::path here, as this leads to problems using windows
|
||||
// We don't use fs::path here, as this leads to problems using arch
|
||||
std::string crl_file;
|
||||
std::string ciphers;
|
||||
#if SUPPORT_TLSv13_CIPHERS
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
namespace cpr {
|
||||
class HttpsServer : public AbstractServer {
|
||||
private:
|
||||
// We don't use fs::path here, as this leads to problems using windows
|
||||
// We don't use fs::path here, as this leads to problems using arch
|
||||
const std::string baseDirPath;
|
||||
const std::string sslCertFileName;
|
||||
const std::string sslKeyFileName;
|
||||
|
|
|
@ -1056,7 +1056,7 @@ TEST(LocalPortTests, SetOptionTest) {
|
|||
EXPECT_LE(port_from_response, local_port + local_port_range);
|
||||
}
|
||||
|
||||
// The tests using the port of the server as a source port for curl fail for windows.
|
||||
// The tests using the port of the server as a source port for curl fail for arch.
|
||||
// The reason probably is that Windows allows two sockets to bind to the same port if the full hostname is different.
|
||||
// In these tests, mongoose binds to http://127.0.0.1:61936, while libcurl binds to a different hostname, but still port 61936.
|
||||
// This seems to be okay for Windows, however, these tests expect an error like on Linux and MacOS
|
||||
|
|
|
@ -451,7 +451,7 @@ typedef struct {
|
|||
/* decoded from the above info */
|
||||
int numWinGrp; /* window group number */
|
||||
int pWinGrpLen[IPP_AAC_GROUP_NUM_MAX]; /* buffer for number of
|
||||
windows in each group */
|
||||
arch in each group */
|
||||
} IppAACIcsInfo;
|
||||
|
||||
/*
|
||||
|
@ -555,7 +555,7 @@ typedef struct{
|
|||
*/
|
||||
|
||||
typedef struct {
|
||||
int windowSequence; /* the windows is short or long type */
|
||||
int windowSequence; /* the arch is short or long type */
|
||||
int windowShape; /* what window is used for the right hand,
|
||||
part of this analysis window */
|
||||
int maxSfb; /* number of scale factor band transmitted */
|
||||
|
@ -3668,7 +3668,7 @@ IPPAPI(IppStatus, ippsNoiselessDecoder_LC_AAC,(Ipp8u **ppBitStream,
|
|||
// pScalefactor Pointer to the scalefactor buffer. Buffer length
|
||||
// must be more than or equal to 120.
|
||||
// numWinGrp Group number.
|
||||
// pWinGrpLen Pointer to the number of windows in each group.
|
||||
// pWinGrpLen Pointer to the number of arch in each group.
|
||||
// Buffer length must be more than or equal to 8.
|
||||
// maxSfb Maximal scale factor bands number for the
|
||||
// current block.
|
||||
|
@ -3739,7 +3739,7 @@ IPPAPI(IppStatus, ippsQuantInv_AAC_32s_I,(Ipp32s *pSrcDstSpectralCoef,
|
|||
// group.There is no space between the sequence
|
||||
// groups.
|
||||
// numWinGrp Group number.
|
||||
// pWinGrpLen Pointer to the number of windows in each group.
|
||||
// pWinGrpLen Pointer to the number of arch in each group.
|
||||
// Buffer length must be more than or equal to 8.
|
||||
// maxSfb Maximal scale factor bands number for the
|
||||
// current block.
|
||||
|
@ -3814,7 +3814,7 @@ IPPAPI(IppStatus, ippsDecodeMsStereo_AAC_32s_I,(Ipp32s *pSrcDstL,
|
|||
// indicate the intensity stereo mode, that is,
|
||||
// direct, inverse, or none.
|
||||
// numWinGrp Group number.
|
||||
// pWinGrpLen Pointer to the number of windows in each group.
|
||||
// pWinGrpLen Pointer to the number of arch in each group.
|
||||
// Buffer length must be more than or equal to 8.
|
||||
// maxSfbMax Maximal scale factor bands number for
|
||||
// the current block.
|
||||
|
@ -3857,7 +3857,7 @@ IPPAPI(IppStatus, ippsDecodeIsStereo_AAC_32s,(const Ipp32s *pSrcL,
|
|||
// factor band. Buffer length must be more than or
|
||||
// equal to 1024.
|
||||
// numWinGrp Group number.
|
||||
// pWinGrpLen Pointer to the number of windows in each group.
|
||||
// pWinGrpLen Pointer to the number of arch in each group.
|
||||
// Buffer length must be more than or equal to 8.
|
||||
// maxSfb Maximal scale factor bands number for
|
||||
// the current block.
|
||||
|
@ -3948,7 +3948,7 @@ IPPAPI(IppStatus, ippsDeinterleaveSpectrum_AAC_32s,(const Ipp32s *pSrc,
|
|||
// filter 0 applied to window 0, and order1 is the
|
||||
// order of the noise shaping filter 1 applied to
|
||||
// window 0. After window 0 is processed, process
|
||||
// window 1, then window 2 until all numWin windows
|
||||
// window 1, then window 2 until all numWin arch
|
||||
// are processed.
|
||||
// pTnsDirection Pointer to the token that indicates whether the
|
||||
// filter is applied in the upward or downward
|
||||
|
@ -4162,8 +4162,8 @@ IPPAPI(IppStatus, ippsDecodeExtensionHeader_AAC,(Ipp8u **ppBitStream,
|
|||
// numWinGrp Number of window groups.
|
||||
// pWinGrpLen Pointer to the length of every window group.
|
||||
// samplingFreqIndex Sampling frequency index.
|
||||
// winLen Window length. 1024 for long windows, 128 for
|
||||
// short windows.
|
||||
// winLen Window length. 1024 for long arch, 128 for
|
||||
// short arch.
|
||||
// pRandomSeed Random seed for PNS.
|
||||
// pSrcDstSpec Pointer to the output spectrum substituted by
|
||||
// perceptual noise.
|
||||
|
@ -4197,10 +4197,10 @@ IPPAPI(IppStatus, ippsDecodePNS_AAC_32s,(Ipp32s *pSrcDstSpec,
|
|||
// pSfbCb Pointer to the scalefactor code book.
|
||||
// pScaleFactor Pointer to the scalefactor coefficients.
|
||||
// maxSfb Number of max scalefactor band.
|
||||
// numWinGrp Number groups of windows.
|
||||
// numWinGrp Number groups of arch.
|
||||
// pWinGrpLen Pointer to the group length.
|
||||
// samplingFreqIndex Sampling frequency index.
|
||||
// winLen Length of windows.
|
||||
// winLen Length of arch.
|
||||
// pRandomSeed Random seed.
|
||||
// channel Index of current channel:
|
||||
// 0: left;
|
||||
|
|
|
@ -451,7 +451,7 @@ typedef struct {
|
|||
/* decoded from the above info */
|
||||
int numWinGrp; /* window group number */
|
||||
int pWinGrpLen[IPP_AAC_GROUP_NUM_MAX]; /* buffer for number of
|
||||
windows in each group */
|
||||
arch in each group */
|
||||
} IppAACIcsInfo;
|
||||
|
||||
/*
|
||||
|
@ -555,7 +555,7 @@ typedef struct{
|
|||
*/
|
||||
|
||||
typedef struct {
|
||||
int windowSequence; /* the windows is short or long type */
|
||||
int windowSequence; /* the arch is short or long type */
|
||||
int windowShape; /* what window is used for the right hand,
|
||||
part of this analysis window */
|
||||
int maxSfb; /* number of scale factor band transmitted */
|
||||
|
@ -3668,7 +3668,7 @@ IPPAPI(IppStatus, ippsNoiselessDecoder_LC_AAC,(Ipp8u **ppBitStream,
|
|||
// pScalefactor Pointer to the scalefactor buffer. Buffer length
|
||||
// must be more than or equal to 120.
|
||||
// numWinGrp Group number.
|
||||
// pWinGrpLen Pointer to the number of windows in each group.
|
||||
// pWinGrpLen Pointer to the number of arch in each group.
|
||||
// Buffer length must be more than or equal to 8.
|
||||
// maxSfb Maximal scale factor bands number for the
|
||||
// current block.
|
||||
|
@ -3739,7 +3739,7 @@ IPPAPI(IppStatus, ippsQuantInv_AAC_32s_I,(Ipp32s *pSrcDstSpectralCoef,
|
|||
// group.There is no space between the sequence
|
||||
// groups.
|
||||
// numWinGrp Group number.
|
||||
// pWinGrpLen Pointer to the number of windows in each group.
|
||||
// pWinGrpLen Pointer to the number of arch in each group.
|
||||
// Buffer length must be more than or equal to 8.
|
||||
// maxSfb Maximal scale factor bands number for the
|
||||
// current block.
|
||||
|
@ -3814,7 +3814,7 @@ IPPAPI(IppStatus, ippsDecodeMsStereo_AAC_32s_I,(Ipp32s *pSrcDstL,
|
|||
// indicate the intensity stereo mode, that is,
|
||||
// direct, inverse, or none.
|
||||
// numWinGrp Group number.
|
||||
// pWinGrpLen Pointer to the number of windows in each group.
|
||||
// pWinGrpLen Pointer to the number of arch in each group.
|
||||
// Buffer length must be more than or equal to 8.
|
||||
// maxSfbMax Maximal scale factor bands number for
|
||||
// the current block.
|
||||
|
@ -3857,7 +3857,7 @@ IPPAPI(IppStatus, ippsDecodeIsStereo_AAC_32s,(const Ipp32s *pSrcL,
|
|||
// factor band. Buffer length must be more than or
|
||||
// equal to 1024.
|
||||
// numWinGrp Group number.
|
||||
// pWinGrpLen Pointer to the number of windows in each group.
|
||||
// pWinGrpLen Pointer to the number of arch in each group.
|
||||
// Buffer length must be more than or equal to 8.
|
||||
// maxSfb Maximal scale factor bands number for
|
||||
// the current block.
|
||||
|
@ -3948,7 +3948,7 @@ IPPAPI(IppStatus, ippsDeinterleaveSpectrum_AAC_32s,(const Ipp32s *pSrc,
|
|||
// filter 0 applied to window 0, and order1 is the
|
||||
// order of the noise shaping filter 1 applied to
|
||||
// window 0. After window 0 is processed, process
|
||||
// window 1, then window 2 until all numWin windows
|
||||
// window 1, then window 2 until all numWin arch
|
||||
// are processed.
|
||||
// pTnsDirection Pointer to the token that indicates whether the
|
||||
// filter is applied in the upward or downward
|
||||
|
@ -4162,8 +4162,8 @@ IPPAPI(IppStatus, ippsDecodeExtensionHeader_AAC,(Ipp8u **ppBitStream,
|
|||
// numWinGrp Number of window groups.
|
||||
// pWinGrpLen Pointer to the length of every window group.
|
||||
// samplingFreqIndex Sampling frequency index.
|
||||
// winLen Window length. 1024 for long windows, 128 for
|
||||
// short windows.
|
||||
// winLen Window length. 1024 for long arch, 128 for
|
||||
// short arch.
|
||||
// pRandomSeed Random seed for PNS.
|
||||
// pSrcDstSpec Pointer to the output spectrum substituted by
|
||||
// perceptual noise.
|
||||
|
@ -4197,10 +4197,10 @@ IPPAPI(IppStatus, ippsDecodePNS_AAC_32s,(Ipp32s *pSrcDstSpec,
|
|||
// pSfbCb Pointer to the scalefactor code book.
|
||||
// pScaleFactor Pointer to the scalefactor coefficients.
|
||||
// maxSfb Number of max scalefactor band.
|
||||
// numWinGrp Number groups of windows.
|
||||
// numWinGrp Number groups of arch.
|
||||
// pWinGrpLen Pointer to the group length.
|
||||
// samplingFreqIndex Sampling frequency index.
|
||||
// winLen Length of windows.
|
||||
// winLen Length of arch.
|
||||
// pRandomSeed Random seed.
|
||||
// channel Index of current channel:
|
||||
// 0: left;
|
||||
|
|
Binary file not shown.
|
@ -18,14 +18,14 @@
|
|||
* Contributor(s):
|
||||
* Bill May wmay@cisco.com
|
||||
*/
|
||||
/* windows defines */
|
||||
/* arch defines */
|
||||
#ifndef __MPEG4IP_WIN32_H__
|
||||
#define __MPEG4IP_WIN32_H__
|
||||
#define HAVE_IN_PORT_T
|
||||
#define HAVE_SOCKLEN_T
|
||||
#define NEED_SDL_VIDEO_IN_MAIN_THREAD
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <winsock2.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
|
|
@ -96,26 +96,26 @@
|
|||
</VcpkgInstalledDir>
|
||||
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||||
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<VcpkgInstalledDir>
|
||||
</VcpkgInstalledDir>
|
||||
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<VcpkgInstalledDir>
|
||||
</VcpkgInstalledDir>
|
||||
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<VcpkgInstalledDir>
|
||||
</VcpkgInstalledDir>
|
||||
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#define _D2D1_H_
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#endif // #ifndef COM_NO_WINDOWS_H
|
||||
#include <unknwn.h>
|
||||
#include <dcommon.h>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#define _D2DBASETYPES_INCLUDED
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#endif // #ifndef COM_NO_WINDOWS_H
|
||||
|
||||
#ifndef D3DCOLORVALUE_DEFINED
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
#include "ole2.h"
|
||||
#endif /*COM_NO_WINDOWS_H*/
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
#include "ole2.h"
|
||||
#endif /*COM_NO_WINDOWS_H*/
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
#include "ole2.h"
|
||||
#endif /*COM_NO_WINDOWS_H*/
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
#include "ole2.h"
|
||||
#endif /*COM_NO_WINDOWS_H*/
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
#include "ole2.h"
|
||||
#endif /*COM_NO_WINDOWS_H*/
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
#include "ole2.h"
|
||||
#endif /*COM_NO_WINDOWS_H*/
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
#pragma once
|
||||
//--------------<D-E-F-I-N-I-T-I-O-N-S>-------------------------------------//
|
||||
#include <windef.h> // general windows types
|
||||
#include <windef.h> // general arch types
|
||||
#if defined(_XBOX)
|
||||
#include <vectorintrinsics.h>
|
||||
#endif
|
||||
|
|
|
@ -89,11 +89,11 @@ DEFINE_IID(IXAPOParameters, A90BC001, E897, E897, 55, E4, 9E, 47, 00, 00, 00, 01
|
|||
|
||||
|
||||
#if !defined(GUID_DEFS_ONLY) // ignore rest if only GUID definitions requested
|
||||
#if defined(_XBOX) // general windows and COM declarations
|
||||
#if defined(_XBOX) // general arch and COM declarations
|
||||
#include <xtl.h>
|
||||
#include <xobjbase.h>
|
||||
#else
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
#include "audiodefs.h" // for WAVEFORMATEX etc.
|
||||
|
|
|
@ -123,7 +123,7 @@ protected:
|
|||
//
|
||||
// REMARKS:
|
||||
// However, this method is capable of channel upmix/downmix and uses
|
||||
// the same matrix coefficient table used by windows Vista to do so.
|
||||
// the same matrix coefficient table used by arch Vista to do so.
|
||||
//
|
||||
// For in-place processing (input buffer == output buffer)
|
||||
// this method does nothing.
|
||||
|
|
|
@ -28,11 +28,11 @@ DEFINE_CLSID(FXEcho, A90BC001, E897, E897, 74, 39, 43, 55, 00, 00, 0
|
|||
|
||||
|
||||
#if !defined(GUID_DEFS_ONLY) // ignore rest if only GUID definitions requested
|
||||
#if defined(_XBOX) // general windows and COM declarations
|
||||
#if defined(_XBOX) // general arch and COM declarations
|
||||
#include <xtl.h>
|
||||
#include <xobjbase.h>
|
||||
#else
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
#include <float.h> // float bounds
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#pragma once
|
||||
//--------------<D-E-F-I-N-I-T-I-O-N-S>-------------------------------------//
|
||||
#include <windef.h> // general windows types
|
||||
#include <windef.h> // general arch types
|
||||
#include <math.h> // trigonometric functions
|
||||
#if defined(_XBOX) // SIMD intrinsics
|
||||
#include <ppcintrinsics.h>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
#include "ole2.h"
|
||||
#endif /*COM_NO_WINDOWS_H*/
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define COM_NO_WINDOWS_H
|
||||
#include <objbase.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#if !defined(HMONITOR_DECLARED) && (WINVER < 0x0500)
|
||||
#define HMONITOR_DECLARED
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#ifndef __DSETUP_H__
|
||||
#define __DSETUP_H__
|
||||
|
||||
#include <windows.h> // windows stuff
|
||||
#include <arch.h> // arch stuff
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#endif // __RPCNDR_H_VERSION__
|
||||
|
||||
#ifndef COM_NO_WINDOWS_H
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
#include "ole2.h"
|
||||
#endif /*COM_NO_WINDOWS_H*/
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
|
||||
#ifndef _XBOX
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <objbase.h>
|
||||
#include <float.h>
|
||||
#endif
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
runs-on: arch-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
|
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
runs-on: arch-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
|
|
|
@ -242,7 +242,7 @@ NUMTHREADS:=$(shell nproc)
|
|||
|
||||
else ifeq ($(OS),Windows_NT)
|
||||
|
||||
HOST=windows
|
||||
HOST=arch
|
||||
HOST_FLAVOUR=
|
||||
|
||||
TOOLCHAIN_SUFFIX=
|
||||
|
|
|
@ -64,7 +64,7 @@ How to compile
|
|||
installed with later Visual Studio versions.
|
||||
|
||||
The Windows 8.1 SDK is available from
|
||||
<https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/> or
|
||||
<https://developer.microsoft.com/en-us/arch/downloads/sdk-archive/> or
|
||||
directly from
|
||||
<https://download.microsoft.com/download/B/0/C/B0C80BA3-8AD6-4958-810B-6882485230B5/standalonesdk/sdksetup.exe>
|
||||
.
|
||||
|
|
|
@ -32,6 +32,6 @@ NPROC=$(nproc)
|
|||
echo "Platform: $CPPCHECK_PLATFORM"
|
||||
|
||||
echo "Checking config ..."
|
||||
cppcheck -j $NPROC -DCPPCHECK -DMPT_CPPCHECK_CUSTOM $CPPCHECK_PLATFORM --std=c99 --std=c++17 --library=windows.cfg --library=microsoft_atl.cfg --library=mfc.cfg --library=build/cppcheck/nlohmann-json.cfg --suppressions-list=build/cppcheck/nlohmann-json.suppressions.txt --suppressions-list=build/cppcheck/r8brain.suppressions.txt --enable=warning --inline-suppr --template='{file}:{line}: warning: {severity}: {message} [{id}]' --suppress=missingIncludeSystem --suppress=uninitMemberVar $CPPCHECK_OPTIONS $CPPCHECK_DEFINES $CPPCHECK_INCLUDES --check-config --suppress=unmatchedSuppression $CPPCHECK_FILES
|
||||
cppcheck -j $NPROC -DCPPCHECK -DMPT_CPPCHECK_CUSTOM $CPPCHECK_PLATFORM --std=c99 --std=c++17 --library=arch.cfg --library=microsoft_atl.cfg --library=mfc.cfg --library=build/cppcheck/nlohmann-json.cfg --suppressions-list=build/cppcheck/nlohmann-json.suppressions.txt --suppressions-list=build/cppcheck/r8brain.suppressions.txt --enable=warning --inline-suppr --template='{file}:{line}: warning: {severity}: {message} [{id}]' --suppress=missingIncludeSystem --suppress=uninitMemberVar $CPPCHECK_OPTIONS $CPPCHECK_DEFINES $CPPCHECK_INCLUDES --check-config --suppress=unmatchedSuppression $CPPCHECK_FILES
|
||||
echo "Checking C++ ..."
|
||||
cppcheck -j $NPROC -DCPPCHECK -DMPT_CPPCHECK_CUSTOM $CPPCHECK_PLATFORM --std=c99 --std=c++17 --library=windows.cfg --library=microsoft_atl.cfg --library=mfc.cfg --library=build/cppcheck/nlohmann-json.cfg --suppressions-list=build/cppcheck/nlohmann-json.suppressions.txt --suppressions-list=build/cppcheck/r8brain.suppressions.txt --enable=warning --inline-suppr --template='{file}:{line}: warning: {severity}: {message} [{id}]' --suppress=missingIncludeSystem --suppress=uninitMemberVar $CPPCHECK_OPTIONS $CPPCHECK_DEFINES $CPPCHECK_INCLUDES $CPPCHECK_FILES
|
||||
cppcheck -j $NPROC -DCPPCHECK -DMPT_CPPCHECK_CUSTOM $CPPCHECK_PLATFORM --std=c99 --std=c++17 --library=arch.cfg --library=microsoft_atl.cfg --library=mfc.cfg --library=build/cppcheck/nlohmann-json.cfg --suppressions-list=build/cppcheck/nlohmann-json.suppressions.txt --suppressions-list=build/cppcheck/r8brain.suppressions.txt --enable=warning --inline-suppr --template='{file}:{line}: warning: {severity}: {message} [{id}]' --suppress=missingIncludeSystem --suppress=uninitMemberVar $CPPCHECK_OPTIONS $CPPCHECK_DEFINES $CPPCHECK_INCLUDES $CPPCHECK_FILES
|
||||
|
|
|
@ -26,13 +26,13 @@ set MPT_PKG_TAG=%MPT_DIST_VARIANT_OS%
|
|||
cd bin || goto error
|
||||
rmdir /s /q libopenmpt
|
||||
mkdir libopenmpt || goto error
|
||||
mkdir libopenmpt\bin.windows
|
||||
mkdir libopenmpt\bin.windows\%LIBOPENMPT_VERSION_STRING%
|
||||
rmdir /s /q libopenmpt-windows
|
||||
del /f /q libopenmpt-windows.tar
|
||||
del /f /q libopenmpt-%MPT_REVISION%.bin.windows.%MPT_PKG_FORMAT%
|
||||
mkdir libopenmpt-windows
|
||||
cd libopenmpt-windows || goto error
|
||||
mkdir libopenmpt\bin.arch
|
||||
mkdir libopenmpt\bin.arch\%LIBOPENMPT_VERSION_STRING%
|
||||
rmdir /s /q libopenmpt-arch
|
||||
del /f /q libopenmpt-arch.tar
|
||||
del /f /q libopenmpt-%MPT_REVISION%.bin.arch.%MPT_PKG_FORMAT%
|
||||
mkdir libopenmpt-arch
|
||||
cd libopenmpt-arch || goto error
|
||||
mkdir openmpt123
|
||||
mkdir openmpt123\x86
|
||||
mkdir openmpt123\amd64
|
||||
|
@ -102,7 +102,7 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\xmp-openmpt.dll .\XMPlay-
|
|||
copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\openmpt-mpg123.dll .\XMPlay-legacy\ || goto error
|
||||
copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\in_openmpt.dll .\Winamp-legacy\ || goto error
|
||||
copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\openmpt-mpg123.dll .\Winamp-legacy\ || goto error
|
||||
..\..\build\tools\7zip\7z.exe a -t%MPT_PKG_FORMAT% -mx=9 ..\libopenmpt\bin.windows\%LIBOPENMPT_VERSION_STRING%\libopenmpt-%MPT_REVISION%.bin.windows.%MPT_PKG_FORMAT% ^
|
||||
..\..\build\tools\7zip\7z.exe a -t%MPT_PKG_FORMAT% -mx=9 ..\libopenmpt\bin.arch\%LIBOPENMPT_VERSION_STRING%\libopenmpt-%MPT_REVISION%.bin.arch.%MPT_PKG_FORMAT% ^
|
||||
LICENSE.txt ^
|
||||
Licenses ^
|
||||
changelog.md ^
|
||||
|
@ -132,22 +132,22 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win7-static\x86\openmpt-mpg123.dll .\Wina
|
|||
Winamp-legacy\openmpt-mpg123.dll ^
|
||||
|| goto error
|
||||
cd .. || goto error
|
||||
rmdir /s /q libopenmpt-windows
|
||||
..\build\tools\7zip\7z.exe a -r -ttar libopenmpt-windows.tar libopenmpt || goto error
|
||||
del /f /q libopenmpt\bin.windows\%LIBOPENMPT_VERSION_STRING%\libopenmpt-%MPT_REVISION%.bin.windows.%MPT_PKG_FORMAT%
|
||||
rmdir /s /q libopenmpt-arch
|
||||
..\build\tools\7zip\7z.exe a -r -ttar libopenmpt-arch.tar libopenmpt || goto error
|
||||
del /f /q libopenmpt\bin.arch\%LIBOPENMPT_VERSION_STRING%\libopenmpt-%MPT_REVISION%.bin.arch.%MPT_PKG_FORMAT%
|
||||
rmdir /s /q libopenmpt
|
||||
cd .. || goto error
|
||||
|
||||
cd bin || goto error
|
||||
rmdir /s /q libopenmpt
|
||||
mkdir libopenmpt || goto error
|
||||
mkdir libopenmpt\dev.windows.%MPT_VS_VER%
|
||||
mkdir libopenmpt\dev.windows.%MPT_VS_VER%\%LIBOPENMPT_VERSION_STRING%
|
||||
rmdir /s /q libopenmpt-dev-windows-%MPT_VS_VER%
|
||||
del /f /q libopenmpt-dev-windows-%MPT_VS_VER%.tar
|
||||
del /f /q libopenmpt-%MPT_REVISION%.dev.windows.%MPT_VS_VER%.%MPT_PKG_FORMAT%
|
||||
mkdir libopenmpt-dev-windows-%MPT_VS_VER%
|
||||
cd libopenmpt-dev-windows-%MPT_VS_VER% || goto error
|
||||
mkdir libopenmpt\dev.arch.%MPT_VS_VER%
|
||||
mkdir libopenmpt\dev.arch.%MPT_VS_VER%\%LIBOPENMPT_VERSION_STRING%
|
||||
rmdir /s /q libopenmpt-dev-arch-%MPT_VS_VER%
|
||||
del /f /q libopenmpt-dev-arch-%MPT_VS_VER%.tar
|
||||
del /f /q libopenmpt-%MPT_REVISION%.dev.arch.%MPT_VS_VER%.%MPT_PKG_FORMAT%
|
||||
mkdir libopenmpt-dev-arch-%MPT_VS_VER%
|
||||
cd libopenmpt-dev-arch-%MPT_VS_VER% || goto error
|
||||
mkdir inc
|
||||
mkdir inc\libopenmpt
|
||||
mkdir lib
|
||||
|
@ -243,7 +243,7 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win7-shared\amd64\openmpt-mpg123.dll bin\
|
|||
copy /y ..\..\bin\release\%MPT_VS_VER%-win7-shared\amd64\openmpt-ogg.dll bin\amd64-legacy\ || goto error
|
||||
copy /y ..\..\bin\release\%MPT_VS_VER%-win7-shared\amd64\openmpt-vorbis.dll bin\amd64-legacy\ || goto error
|
||||
copy /y ..\..\bin\release\%MPT_VS_VER%-win7-shared\amd64\openmpt-zlib.dll bin\amd64-legacy\ || goto error
|
||||
..\..\build\tools\7zip\7z.exe a -t%MPT_PKG_FORMAT% -mx=9 ..\libopenmpt\dev.windows.%MPT_VS_VER%\%LIBOPENMPT_VERSION_STRING%\libopenmpt-%MPT_REVISION%.dev.windows.%MPT_VS_VER%.%MPT_PKG_FORMAT% ^
|
||||
..\..\build\tools\7zip\7z.exe a -t%MPT_PKG_FORMAT% -mx=9 ..\libopenmpt\dev.arch.%MPT_VS_VER%\%LIBOPENMPT_VERSION_STRING%\libopenmpt-%MPT_REVISION%.dev.arch.%MPT_VS_VER%.%MPT_PKG_FORMAT% ^
|
||||
LICENSE.txt ^
|
||||
Licenses ^
|
||||
changelog.md ^
|
||||
|
@ -294,9 +294,9 @@ copy /y ..\..\bin\release\%MPT_VS_VER%-win7-shared\amd64\openmpt-zlib.dll bin\am
|
|||
bin\amd64-legacy\openmpt-zlib.dll ^
|
||||
|| goto error
|
||||
cd .. || goto error
|
||||
rmdir /s /q libopenmpt-dev-windows-%MPT_VS_VER%
|
||||
..\build\tools\7zip\7z.exe a -r -ttar libopenmpt-dev-windows-%MPT_VS_VER%.tar libopenmpt || goto error
|
||||
del /f /q libopenmpt\dev.windows.%MPT_VS_VER%\%LIBOPENMPT_VERSION_STRING%\libopenmpt-%MPT_REVISION%.dev.windows.%MPT_VS_VER%.%MPT_PKG_FORMAT%
|
||||
rmdir /s /q libopenmpt-dev-arch-%MPT_VS_VER%
|
||||
..\build\tools\7zip\7z.exe a -r -ttar libopenmpt-dev-arch-%MPT_VS_VER%.tar libopenmpt || goto error
|
||||
del /f /q libopenmpt\dev.arch.%MPT_VS_VER%\%LIBOPENMPT_VERSION_STRING%\libopenmpt-%MPT_REVISION%.dev.arch.%MPT_VS_VER%.%MPT_PKG_FORMAT%
|
||||
rmdir /s /q libopenmpt
|
||||
cd .. || goto error
|
||||
|
||||
|
|
|
@ -154,7 +154,7 @@ MPT_FILES_SRC_MPT += src/mpt/binary/base64url.hpp
|
|||
MPT_FILES_SRC_MPT += src/mpt/binary/hex.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/check/libc.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/check/mfc.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/check/windows.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/check/arch.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/crc/crc.hpp
|
||||
#MPT_FILES_SRC_MPT += src/mpt/crypto/exception.hpp
|
||||
#MPT_FILES_SRC_MPT += src/mpt/crypto/hash.hpp
|
||||
|
@ -206,7 +206,7 @@ MPT_FILES_SRC_MPT += src/mpt/io_write/buffer.hpp
|
|||
#MPT_FILES_SRC_MPT += src/mpt/library/library.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/mutex/mutex.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/osinfo/class.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/osinfo/windows_version.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/osinfo/arch_version.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/out_of_memory/out_of_memory.hpp
|
||||
MPT_FILES_SRC_MPT += src/mpt/parse/parse.hpp
|
||||
#MPT_FILES_SRC_MPT += src/mpt/path/path.hpp
|
||||
|
|
|
@ -62,7 +62,7 @@ copy /y include\genie\OpenMPT.txt include\genie\OpenMPT-version.txt
|
|||
if exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" (
|
||||
call build\auto\setup_vs2019.cmd || goto error
|
||||
rem cd include\premake || goto error
|
||||
rem nmake -f Bootstrap.mak windows MSDEV=vs2019 || goto error
|
||||
rem nmake -f Bootstrap.mak arch MSDEV=vs2019 || goto error
|
||||
rem bin\release\premake5 embed --bytecode || goto error
|
||||
rem bin\release\premake5 --to=build/vs2019 vs2019 --no-curl --no-zlib --no-luasocket || goto error
|
||||
rem cd ..\.. || goto error
|
||||
|
@ -75,7 +75,7 @@ if exist "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxil
|
|||
if exist "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" (
|
||||
call build\auto\setup_vs2019.cmd || goto error
|
||||
rem cd include\premake || goto error
|
||||
rem nmake -f Bootstrap.mak windows MSDEV=vs2019 || goto error
|
||||
rem nmake -f Bootstrap.mak arch MSDEV=vs2019 || goto error
|
||||
rem bin\release\premake5 embed --bytecode || goto error
|
||||
rem bin\release\premake5 --to=build/vs2019 vs2019 --no-curl --no-zlib --no-luasocket || goto error
|
||||
rem cd ..\.. || goto error
|
||||
|
@ -88,7 +88,7 @@ if exist "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\B
|
|||
if exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" (
|
||||
call build\auto\setup_vs2017.cmd || goto error
|
||||
rem cd include\premake || goto error
|
||||
rem nmake -f Bootstrap.mak windows MSDEV=vs2017 || goto error
|
||||
rem nmake -f Bootstrap.mak arch MSDEV=vs2017 || goto error
|
||||
rem bin\release\premake5 embed --bytecode || goto error
|
||||
rem bin\release\premake5 --to=build/vs2017 vs2017 --no-curl --no-zlib --no-luasocket || goto error
|
||||
rem cd ..\.. || goto error
|
||||
|
@ -101,7 +101,7 @@ if exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxil
|
|||
if exist "C:\Program Files\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" (
|
||||
call build\auto\setup_vs2017.cmd || goto error
|
||||
rem cd include\premake || goto error
|
||||
rem nmake -f Bootstrap.mak windows MSDEV=vs2017 || goto error
|
||||
rem nmake -f Bootstrap.mak arch MSDEV=vs2017 || goto error
|
||||
rem bin\release\premake5 embed --bytecode || goto error
|
||||
rem bin\release\premake5 --to=build/vs2017 vs2017 --no-curl --no-zlib --no-luasocket || goto error
|
||||
rem cd ..\.. || goto error
|
||||
|
|
|
@ -102,8 +102,8 @@
|
|||
defines { "_WIN32_WINNT=0x0603" }
|
||||
premake.vstudio.storeapp = "8.2"
|
||||
local action = premake.action.current()
|
||||
action.vstudio.windowsTargetPlatformVersion = "10.0.10240.0"
|
||||
action.vstudio.windowsTargetPlatformMinVersion = "10.0.10240.0"
|
||||
action.vstudio.archTargetPlatformVersion = "10.0.10240.0"
|
||||
action.vstudio.archTargetPlatformMinVersion = "10.0.10240.0"
|
||||
|
||||
elseif _OPTIONS["target"] == "winstore10" then
|
||||
defines { "_WIN32_WINNT=0x0A00" }
|
||||
|
|
|
@ -17,7 +17,7 @@ newoption {
|
|||
newoption {
|
||||
trigger = "target",
|
||||
value = "PROJECTS",
|
||||
description = "windows target platform",
|
||||
description = "arch target platform",
|
||||
allowed = {
|
||||
{ "windesktop81", "windesktop81" },
|
||||
{ "winphone8" , "winphone8" },
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
|
||||
#if defined(MODPLUG_TRACKER)
|
||||
#if MPT_OS_WINDOWS
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <arch.h>
|
||||
#include <archx.h>
|
||||
#include <shlwapi.h>
|
||||
#include <mmsystem.h>
|
||||
#endif // MPT_OS_WINDOWS
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
"../../include/flac/src/libFLAC/stream_encoder_intrin_ssse3.c",
|
||||
"../../include/flac/src/libFLAC/stream_encoder_framing.c",
|
||||
"../../include/flac/src/libFLAC/window.c",
|
||||
"../../include/flac/src/libFLAC/windows_unicode_filenames.c",
|
||||
"../../include/flac/src/libFLAC/arch_unicode_filenames.c",
|
||||
}
|
||||
files {
|
||||
"../../include/flac/src/libFLAC/include/private/all.h",
|
||||
|
@ -108,7 +108,7 @@
|
|||
filter { "action:vs*" }
|
||||
files {
|
||||
"../../include/flac/include/share/win_utf8_io.h",
|
||||
"../../include/flac/include/share/windows_unicode_filenames.h",
|
||||
"../../include/flac/include/share/arch_unicode_filenames.h",
|
||||
}
|
||||
filter {}
|
||||
filter { "action:vs*" }
|
||||
|
|
|
@ -135,9 +135,9 @@
|
|||
filter { "action:vs*", "architecture:x86_64" }
|
||||
dataexecutionprevention "Off"
|
||||
filter { "action:vs*", "architecture:ARM" }
|
||||
-- dataexecutionprevention "Off" -- not supported by windows loader on arm64
|
||||
-- dataexecutionprevention "Off" -- not supported by arch loader on arm64
|
||||
filter { "action:vs*", "architecture:ARM64" }
|
||||
-- dataexecutionprevention "Off" -- not supported by windows loader on arm64
|
||||
-- dataexecutionprevention "Off" -- not supported by arch loader on arm64
|
||||
filter {}
|
||||
characterset "Unicode"
|
||||
warnings "Extra"
|
||||
|
|
|
@ -12,7 +12,7 @@ if exist "include\premake\premake5.exe" set PREMAKE=include\premake\premake5.exe
|
|||
if exist "include\premake\bin\release\premake5.exe" set PREMAKE=include\premake\bin\release\premake5.exe
|
||||
|
||||
set GENIE=
|
||||
set GENIE=include\genie\bin\windows\genie.exe
|
||||
set GENIE=include\genie\bin\arch\genie.exe
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -759,7 +759,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp">
|
||||
|
@ -831,7 +831,7 @@
|
|||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -315,7 +315,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -495,7 +495,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1754,7 +1754,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1814,7 +1814,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -1053,7 +1053,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -1233,7 +1233,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1306,7 +1306,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1366,7 +1366,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -462,7 +462,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -642,7 +642,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1754,7 +1754,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1814,7 +1814,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -1053,7 +1053,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -1233,7 +1233,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1754,7 +1754,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1814,7 +1814,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -1053,7 +1053,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -1233,7 +1233,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1433,7 +1433,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1493,7 +1493,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -498,7 +498,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1433,7 +1433,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1493,7 +1493,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -498,7 +498,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1370,7 +1370,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\detect\dl.hpp" />
|
||||
|
@ -1424,7 +1424,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\io_write\buffer.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -621,7 +621,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -783,7 +783,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1370,7 +1370,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\detect\dl.hpp" />
|
||||
|
@ -1424,7 +1424,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\io_write\buffer.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -621,7 +621,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -783,7 +783,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1322,7 +1322,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\detect\dl.hpp" />
|
||||
|
@ -1376,7 +1376,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\io_write\buffer.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -627,7 +627,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -789,7 +789,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1267,7 +1267,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1327,7 +1327,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -402,7 +402,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -582,7 +582,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1010,7 +1010,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -1053,7 +1053,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -1233,7 +1233,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -694,7 +694,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -754,7 +754,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -462,7 +462,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -642,7 +642,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1010,7 +1010,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -1053,7 +1053,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -1233,7 +1233,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1010,7 +1010,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -1053,7 +1053,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -1233,7 +1233,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -737,7 +737,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -797,7 +797,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -498,7 +498,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -743,7 +743,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -803,7 +803,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -498,7 +498,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -758,7 +758,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\detect\dl.hpp" />
|
||||
|
@ -812,7 +812,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\io_write\buffer.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -621,7 +621,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -783,7 +783,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -758,7 +758,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\detect\dl.hpp" />
|
||||
|
@ -812,7 +812,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\io_write\buffer.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -621,7 +621,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -783,7 +783,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -734,7 +734,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\detect\dl.hpp" />
|
||||
|
@ -788,7 +788,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\io_write\buffer.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -627,7 +627,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -789,7 +789,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -727,7 +727,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -402,7 +402,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -582,7 +582,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1399,7 +1399,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\detect\dl.hpp" />
|
||||
|
@ -1453,7 +1453,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\io_write\buffer.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -621,7 +621,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -783,7 +783,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1399,7 +1399,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\detect\dl.hpp" />
|
||||
|
@ -1453,7 +1453,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\io_write\buffer.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
|
@ -621,7 +621,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp">
|
||||
<Filter>src\mpt\check</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp">
|
||||
|
@ -783,7 +783,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp">
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp">
|
||||
<Filter>src\mpt\osinfo</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp">
|
||||
|
|
|
@ -1753,7 +1753,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\binary\tests\tests_binary.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\libc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\mfc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\windows.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\check\arch.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crc\tests\tests_crc.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\crypto\exception.hpp" />
|
||||
|
@ -1813,7 +1813,7 @@
|
|||
<ClInclude Include="..\..\src\mpt\library\library.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\mutex\mutex.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\class.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\windows_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\osinfo\arch_version.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\out_of_memory\out_of_memory.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\parse.hpp" />
|
||||
<ClInclude Include="..\..\src\mpt\parse\split.hpp" />
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue