Include sal.h in specstrings.h git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5140 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/sal.h b/mingw-w64-headers/include/sal.h index c53ca6e..3175cb4 100644 --- a/mingw-w64-headers/include/sal.h +++ b/mingw-w64-headers/include/sal.h
@@ -3,15 +3,12 @@ * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -#include <specstrings.h> #ifndef SAL_HXX #define SAL_HXX -#include <specstrings.h> - -#define _In_ SAL__in -#define _Out_ SAL__out +#define _In_ +#define _Out_ #endif
diff --git a/mingw-w64-headers/include/specstrings.h b/mingw-w64-headers/include/specstrings.h index ed8e483..b46d430 100644 --- a/mingw-w64-headers/include/specstrings.h +++ b/mingw-w64-headers/include/specstrings.h
@@ -5,6 +5,8 @@ */ #define __specstrings +#include <sal.h> + #ifdef __cplusplus #ifndef __nothrow #define __nothrow __declspec(nothrow)