Skip to content

Remove use of _Openprot.#1844

Open
BillyONeal wants to merge 1 commit into
microsoft:masterfrom
BillyONeal:openprot
Open

Remove use of _Openprot.#1844
BillyONeal wants to merge 1 commit into
microsoft:masterfrom
BillyONeal:openprot

Conversation

@BillyONeal
Copy link
Copy Markdown
Member

_Openprot was removed in microsoft/STL#6079 . It was an enum containing the value _SH_DENYNO. _SH_DENYNO is defined as:

#define _SH_DENYNO 0x40

meaning it is already an int so the cast is not necessary.

This change is necessary to build cpprestsdk with MSVC 19.51.

`_Openprot` was removed in microsoft/STL#6079 . It was an enum containing the value `_SH_DENYNO`. `_SH_DENYNO` is defined as:

```c++
#define _SH_DENYNO 0x40
```

meaning it is already an `int` so the cast is not necessary.

This change is necessary to build cpprestsdk with MSVC 19.51.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant