Commit 9f9485d
authored
Update SetCredentialsAttributesW to match the native C API declaration (#131425)
Change the P/Invoke declaration for `SetCredentialsAttributesW` to use
uint rather than long, since C unsigned long is 4 bytes on Windows.
Fix #1314161 parent 4d07108 commit 9f9485d
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- src/libraries
- Common/src/Interop/Windows/SspiCli
- System.Net.Security/src/System/Net/Security
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
0 commit comments