Skip to content

Commit

Permalink
Update onnxruntime_c_api.h
Browse files Browse the repository at this point in the history
The SAL2 macros are not always available there
  • Loading branch information
jcelerier authored Dec 20, 2024
1 parent 4aca8f3 commit 3dc4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/onnxruntime/core/session/onnxruntime_c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extern "C" {

//! @}
// SAL2 Definitions
#ifndef _WIN32
#ifndef _MSC_VER
#define _In_
#define _In_z_
#define _In_opt_
Expand Down

0 comments on commit 3dc4afe

Please sign in to comment.