publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -45,7 +45,7 @@
#include "pbdll.h"
#pragma warning(disable:4115)
#include <windows.h>
#include <arch.h>
extern void GetProcessorFlags(INT32 *MmxEnabled, INT32 *XmmEnabled, INT32 *WmtEnabled);

View file

@ -22,7 +22,7 @@
#define STRICT /* Strict type checking. */
#define INC_WIN_HEADER 1
#include <windows.h>
#include <arch.h>
#include "type_aliases.h"
#include <mmsystem.h>

View file

@ -28,7 +28,7 @@
* 1.05 JBB 27/01/99 Globals Removed, use of QUANTIZER, Dequant no longer
* used
* 1.04 PGW 05/11/99 Changes to support AC range entropy tables
* 1.03 PGW 12/10/99 Removal of spurious windows dependancies.
* 1.03 PGW 12/10/99 Removal of spurious arch dependancies.
* 1.02 PGW 14/09/99 Removal of some floating point code.
* 1.01 PGW 13/07/99 Changes to keep dequant output to 16 bit
* 1.01 PGW 07/07/99 Tweaks to baseline matrix.

View file

@ -105,26 +105,26 @@
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Vcpkg">
<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|Win32'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Vcpkg">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>

View file

@ -15,7 +15,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <windows.h>
#include <arch.h>
#include "xprintf.h"