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
This commit is contained in:
Jacek Caban 2012-06-28 11:22:27 +00:00
parent 036b4cb8d3
commit 93fa2aa553
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -5,6 +5,8 @@
*/
#define __specstrings
#include <sal.h>
#ifdef __cplusplus
#ifndef __nothrow
#define __nothrow __declspec(nothrow)