Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed Sep 23, 2023
1 parent 50951e6 commit 29d1ca4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified build/cache/win32extras.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@
"tagRPCOPT_SERVER_LOCALITY_VALUES": "RPCOptServerLocalityValues",
"tagSTGTY": "STGTY",
"tagSTREAM_SEEK": "StreamSeek",
"tagADVF": "AdviseFlag",
"tagADVF": "ADVF",
"tagApplicationType": "ApplicationType",
"tagBIND_FLAGS": "BindFlags",
"tagCALLTYPE": "CallType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Silk.NET.Core.Win32Extras
{
[Flags]
[NativeName("Name", "tagADVF")]
public enum AdviseFlag : int
public enum ADVF : int
{
[NativeName("Name", "")]
None = 0,
Expand Down

0 comments on commit 29d1ca4

Please sign in to comment.