Merge pull request #16 from microsoft/saml-fixBuildBreakFromSAL
Define _Return_type_success_ to nothing if it is not already defined
This commit is contained in:
Коммит
ee41c68651
|
@ -10,6 +10,10 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef _Return_type_success_
|
||||
#define _Return_type_success_(expr)
|
||||
#endif
|
||||
|
||||
typedef _Return_type_success_(return == 1) int SCOSSL_STATUS;
|
||||
typedef _Return_type_success_(return >= 0) int SCOSSL_RETURNLENGTH; // For functions that return length on success and -1 on error
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче