Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/SuppressSAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef _H_SuppressSAL
#define _H_SuppressSAL

#if !defined(_WIN32) && !defined(_WIN64) /* The following definition is applicable only for non-windows platform */
#if ((!defined(_WIN32) && !defined(_WIN64)) || (defined(__MINGW32__) && defined(__MINGW64__))) /* The following definition is applicable only for non-windows platform */

#define _In_
#define _In_opt_
Expand Down