Skip to content

Commit

Permalink
Fixed #756.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Nov 29, 2021
1 parent 6665ab1 commit 4c45b16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generation/WinSDK/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -19783,7 +19783,7 @@
]
},
{
"name": "PROV_TRUST_SETTINGS",
"name": "WINTRUST_DATA_PROVIDER_FLAGS",
"flags": true,
"members": [
{
Expand Down
4 changes: 2 additions & 2 deletions scripts/BaselineWinmd/Windows.Win32.winmd
Git LFS file not shown
2 changes: 1 addition & 1 deletion sources/MetadataUtils/ConstantsScraper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private class ConstantsScraperImpl : IDisposable
{
private static readonly Regex DefineRegex =
new Regex(
@"^\s*#define\s+([_A-Z][\dA-Za-z_]+)\s+(.+)");
@"^\s*#\s*define\s+([_A-Z][\dA-Za-z_]+)\s+(.+)");

private static readonly Regex DefineConstantRegex =
new Regex(
Expand Down

0 comments on commit 4c45b16

Please sign in to comment.