Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions Software/hooks/msvcstub.h → Software/common/msvcstub.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef MSVCSTUB_H
#define MSVCSTUB_H

#if !defined _MSC_VER
#define __in
#define __out
#define __inout
Expand All @@ -16,6 +17,8 @@
#define __out_ecount(x)
#define __in_ecount_opt(x)
#define __out_ecount_opt(x)
#endif // !defined _MSC_VER

#define WINAPI_INLINE WINAPI

#endif // MSVCSTUB_H
Loading