зеркало из https://github.com/microsoft/msquic.git
Change QUIC_API to __cdecl on Windows User Mode (#377)
This commit is contained in:
Родитель
7807d2bdf7
Коммит
2ef355adc1
|
@ -41,7 +41,7 @@ Environment:
|
||||||
#define ERROR_QUIC_USER_CANCELED _HRESULT_TYPEDEF_(0x80410002L)
|
#define ERROR_QUIC_USER_CANCELED _HRESULT_TYPEDEF_(0x80410002L)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define QUIC_API WINAPI
|
#define QUIC_API __cdecl
|
||||||
#define QUIC_MAIN_EXPORT __cdecl
|
#define QUIC_MAIN_EXPORT __cdecl
|
||||||
#define QUIC_STATUS HRESULT
|
#define QUIC_STATUS HRESULT
|
||||||
#define QUIC_FAILED(X) FAILED(X)
|
#define QUIC_FAILED(X) FAILED(X)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче