publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "tagz.h"
|
||||
#include "functions.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <shlwapi.h>
|
||||
#include "api__tagz.h"
|
||||
#include "resource.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "functions.h"
|
||||
#include "string.h"
|
||||
#include "varlist.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <stddef.h>
|
||||
#include <shlwapi.h>
|
||||
#include "api__tagz.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "string.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <strsafe.h>
|
||||
using namespace tagz_;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef NULLSOFT_TAGZ_STRINGH
|
||||
#define NULLSOFT_TAGZ_STRINGH
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
namespace tagz_
|
||||
{
|
||||
|
|
|
@ -90,17 +90,17 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "varlist.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
VarList::VarList()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue