-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Another big round of namespace refactorings to reduce dependencies * Missing namespace that broke the DWriteCore sample
- Loading branch information
Showing
88 changed files
with
1,431 additions
and
509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#define SECURITY_WIN32 // For sspi.h | ||
|
||
#include "intrinfix.h" | ||
|
||
#include "windows.fixed.h" | ||
#include <sdkddkver.h> | ||
|
||
#include <mmsystem.h> | ||
|
||
#include <dsound.h> |
10 changes: 10 additions & 0 deletions
10
generation/WinSDK/Partitions/Audio.DirectSound/settings.rsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--with-librarypath | ||
GetDeviceID=DSOUND | ||
--exclude | ||
_D3DVECTOR | ||
IReferenceClock | ||
IKsPropertySet | ||
--traverse | ||
<IncludeRoot>/um/dsound.h | ||
--namespace | ||
Windows.Win32.Media.Audio.DirectSound |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#define SECURITY_WIN32 // For sspi.h | ||
#define QCC_OS_GROUP_WINDOWS | ||
|
||
#include "intrinfix.h" | ||
|
||
#include "windows.fixed.h" | ||
#include <sdkddkver.h> | ||
|
||
#include <accctrl.h> | ||
#include <adtgen.h> | ||
#include <authz.h> | ||
#include <azroles.h> | ||
#include <aclui.h> | ||
#include <aclapi.h> | ||
#include <sddl.h> |
10 changes: 10 additions & 0 deletions
10
generation/WinSDK/Partitions/Authorization.UI/settings.rsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--with-type | ||
_tagSLDATATYPE=uint | ||
SLDATATYPE=uint | ||
--exclude | ||
_CYPHER_BLOCK | ||
_LM_OWF_PASSWORD | ||
--traverse | ||
<IncludeRoot>/um/AclUI.h | ||
--namespace | ||
Windows.Win32.Security.Authorization.UI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#define SECURITY_WIN32 // For sspi.h | ||
|
||
#include "intrinfix.h" | ||
|
||
#include "windows.fixed.h" | ||
#include <sdkddkver.h> | ||
|
||
#include <mmsystem.h> | ||
|
||
#include <devpkey.h> | ||
#include <apdevpkey.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--traverse | ||
<IncludeRoot>/shared/apdevpkey.h | ||
<IncludeRoot>/shared/devpkey.h | ||
<IncludeRoot>/shared/devpropdef.h | ||
--namespace | ||
Windows.Win32.Devices.Properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#define SECURITY_WIN32 // For sspi.h | ||
#define QCC_OS_GROUP_WINDOWS | ||
|
||
//#define D2D_USE_C_DEFINITIONS | ||
|
||
#include "intrinfix.h" | ||
|
||
#include "windows.fixed.h" | ||
#include <sdkddkver.h> | ||
|
||
#include <dcommon.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--exclude | ||
IWICBitmapSource | ||
IWICBitmap | ||
DWRITE_GLYPH_RUN | ||
DWRITE_GLYPH_RUN_DESCRIPTION | ||
--traverse | ||
<IncludeRoot>/um/dcommon.h | ||
--namespace | ||
Windows.Win32.Graphics.Direct2D.Common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--exclude | ||
DXGI_ADAPTER_FLAG_FORCE_DWORD | ||
_D3DCOLORVALUE | ||
--traverse | ||
<IncludeRoot>/shared/dxgitype.h | ||
<IncludeRoot>/shared/dxgiformat.h | ||
<IncludeRoot>/shared/dxgicommon.h | ||
--namespace | ||
Windows.Win32.Graphics.Dxgi.Common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#define SECURITY_WIN32 // For sspi.h | ||
#define QCC_OS_GROUP_WINDOWS | ||
|
||
#include "intrinfix.h" | ||
|
||
#include "windows.fixed.h" | ||
#include <sdkddkver.h> | ||
|
||
#include <winnt.h> | ||
#include <winerror.h> | ||
#include <dxgi.h> | ||
#include <dxgi1_2.h> | ||
#include <dxgi1_3.h> | ||
#include <dxgi1_4.h> | ||
#include <dxgi1_5.h> | ||
#include <dxgi1_6.h> | ||
#include <dxgidebug.h> | ||
#include <dxgitype.h> | ||
#include <dxgicommon.h> | ||
#include <dxgiformat.h> | ||
#include <dxgimessages.h> | ||
#include <dxprogrammablecapture.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#define SECURITY_WIN32 // For sspi.h | ||
#define QCC_OS_GROUP_WINDOWS | ||
|
||
#include "intrinfix.h" | ||
|
||
#include "windows.fixed.h" | ||
#include <sdkddkver.h> | ||
|
||
#include <amstream.h> | ||
#include <amxmlgraphbuilder.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--exclude | ||
IKsPropertySet | ||
--traverse | ||
<IncludeRoot>/um/amxmlgraphbuilder.h | ||
--namespace | ||
Windows.Win32.Media.DirectShow.Xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
generation/WinSDK/Partitions/Media.DxMediaObjects/main.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#define SECURITY_WIN32 // For sspi.h | ||
#define QCC_OS_GROUP_WINDOWS | ||
|
||
#include "intrinfix.h" | ||
|
||
#include "windows.fixed.h" | ||
|
||
#include <sdkddkver.h> | ||
#include <dmoreg.h> | ||
#include <dmort.h> | ||
#include <mediaobj.h> | ||
#include <mediaerr.h> | ||
|
||
//#include <dmoimpl.h> -- C++ classes |
8 changes: 8 additions & 0 deletions
8
generation/WinSDK/Partitions/Media.DxMediaObjects/settings.rsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--traverse | ||
<IncludeRoot>/um/mediaobj.h | ||
<IncludeRoot>/um/mediaerr.h | ||
<IncludeRoot>/um/dmoreg.h | ||
<IncludeRoot>/um/dmort.h | ||
<IncludeRoot>/um/dmoimpl.h | ||
--namespace | ||
Windows.Win32.Media.DxMediaObjects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
#include <timeapi.h> | ||
#include <mmsyscom.h> | ||
#include <mmiscapi2.h> | ||
#include <uuids.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
generation/WinSDK/Partitions/Security.Cryptography.UI/main.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#define SECURITY_WIN32 // For sspi.h | ||
#define QCC_OS_GROUP_WINDOWS | ||
|
||
#include "intrinfix.h" | ||
|
||
#include "windows.fixed.h" | ||
#include <sdkddkver.h> | ||
|
||
#include <winternl.h> | ||
|
||
// Usually brought in by windows.h | ||
typedef NTSTATUS* PNTSTATUS; | ||
|
||
#define _NTDEF_ | ||
#define SECURITY_WIN32 | ||
#include <NTSecAPI.h> | ||
#include <sspi.h> | ||
#include <wincred.h> | ||
#include <NTSecPKG.h> | ||
#include <schannel.h> | ||
#include <bcrypt.h> | ||
#include <ncryptprotect.h> | ||
#include <ncrypt.h> | ||
#include <wincrypt.h> | ||
#include <cryptxml.h> | ||
#include <cryptdlg.h> | ||
#include <cryptuiapi.h> | ||
#include <i_cryptasn1tls.h> | ||
#include <infocard.h> | ||
#include <dpapi.h> | ||
#include <casetup.h> |
11 changes: 11 additions & 0 deletions
11
generation/WinSDK/Partitions/Security.Cryptography.UI/settings.rsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--with-type | ||
_tagSLDATATYPE=uint | ||
SLDATATYPE=uint | ||
--exclude | ||
_CYPHER_BLOCK | ||
_LM_OWF_PASSWORD | ||
--traverse | ||
<IncludeRoot>/um/cryptdlg.h | ||
<IncludeRoot>/um/cryptuiapi.h | ||
--namespace | ||
Windows.Win32.Security.Cryptography.UI |
Oops, something went wrong.