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

@ -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>

View file

@ -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

View file

@ -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*/

View file

@ -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*/

View file

@ -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*/

View file

@ -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*/

View file

@ -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*/

View file

@ -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*/

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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>

View file

@ -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*/

View file

@ -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

View file

@ -9,7 +9,7 @@
#ifndef __DSETUP_H__
#define __DSETUP_H__
#include <windows.h> // windows stuff
#include <arch.h> // arch stuff
#ifdef __cplusplus
extern "C" {

View file

@ -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*/

View file

@ -36,7 +36,7 @@
//------------------------------------------------------------------------------
#ifndef _XBOX
#include <windows.h>
#include <arch.h>
#include <objbase.h>
#include <float.h>
#endif