Skip to content

Commit

Permalink
Add MSDelta APIs (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotteson1 authored Oct 14, 2021
1 parent beb18b9 commit 8f78a4d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions generation/WinSDK/Partitions/Setup/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
#include <pacmanclientapi.h>
#include <patchapi.h>
#include <patchwiz.h>
#include <msdelta.h>
1 change: 1 addition & 0 deletions generation/WinSDK/Partitions/Setup/settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<IncludeRoot>/um/pacmanclientapi.h
<IncludeRoot>/um/patchapi.h
<IncludeRoot>/um/patchwiz.h
<IncludeRoot>/um/msdelta.h
--exclude
UIALL
--namespace
Expand Down
4 changes: 4 additions & 0 deletions generation/WinSDK/scraper.settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -11915,3 +11915,7 @@ _HTTP_FILTER_ACCESS_DENIED=HTTP_FILTER_ACCESS_DENIED
_HTTP_FILTER_LOG=HTTP_FILTER_LOG
_HTTP_FILTER_AUTH_COMPLETE_INFO=HTTP_FILTER_AUTH_COMPLETE_INFO
_HTTP_FILTER_VERSION=HTTP_FILTER_VERSION
_DELTA_INPUT=DELTA_INPUT
_DELTA_OUTPUT=DELTA_OUTPUT
_DELTA_HASH=DELTA_HASH
_DELTA_HEADER_INFO=DELTA_HEADER_INFO
4 changes: 2 additions & 2 deletions scripts/BaselineWinmd/Windows.Win32.winmd
Git LFS file not shown
1 change: 0 additions & 1 deletion scripts/HeaderFileCoverageExceptions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ File,Skipping,Reason
/um/minidrv.h,true,Macros we can't use
/um/msado15_backcompat.h,true,Empty of anything
/um/msado15.h,true,Empty of anything
/um/msdelta.h,false,TODO: Where to put this
/um/mspcoll.h,true,Can't use C++ classes
/um/mspenum.h,true,Can't use C++ classes
/um/msplog.h,true,Can't use C++ classes
Expand Down

0 comments on commit 8f78a4d

Please sign in to comment.