mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 01:44:43 +08:00
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:
parent
036b4cb8d3
commit
93fa2aa553
@ -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
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
*/
|
||||
#define __specstrings
|
||||
|
||||
#include <sal.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifndef __nothrow
|
||||
#define __nothrow __declspec(nothrow)
|
||||
|
Loading…
Reference in New Issue
Block a user