Skip to content

Commit

Permalink
Change "#ifdef WIN32" to "#ifdef _WIN32"
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Jan 24, 2024
1 parent 6a424cc commit edcbcb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "onnxruntime/core/session/onnxruntime_c_api.h"
#include "OrtJniUtil.h"
#include "ai_onnxruntime_OrtSession_SessionOptions.h"
#ifdef WIN32
#ifdef _WIN32
#include <Windows.h>
#else
#include <dlfcn.h>
Expand Down

0 comments on commit edcbcb5

Please sign in to comment.