Add salieri to linux include compatibility.

This commit is contained in:
Бранимир Караџић
2022-09-15 21:17:39 -07:00
parent 4921078d1e
commit ab34c808e8
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1 @@
#include "../mingw/salieri.h"

View File

@@ -1598,6 +1598,22 @@
# define SALIERI_DEFINED_String_length
#endif
#if defined(_In_count_) && defined(SALIERI_DEFINED_In_count_)
# undef _In_count_
#endif
#if !defined(_In_count_)
# define _In_count_(param)
# define SALIERI_DEFINED_In_count_
#endif
#if defined(_In_opt_count_) && defined(SALIERI_DEFINED_In_opt_count_)
# undef _In_opt_count_
#endif
#if !defined(_In_opt_count_)
# define _In_opt_count_(param)
# define SALIERI_DEFINED_In_opt_count_
#endif
#if defined(SALIERI_VERSION)
# undef SALIERI_VERSION
#endif