mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
The macro fairy left a DECLSPEC_NOINLINE under my pillow
svn path=/trunk/; revision=38338
This commit is contained in:
parent
1de27563a1
commit
d785178de6
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ extern "C" {
|
|||
|
||||
#define DECLSPEC_IMPORT __declspec(dllimport)
|
||||
#define DECLSPEC_EXPORT __declspec(dllexport)
|
||||
#define DECLSPEC_NOINLINE __declspec(noinline)
|
||||
#ifdef __GNUC__
|
||||
#define DECLSPEC_NORETURN __declspec(noreturn)
|
||||
#define DECLARE_STDCALL_P( type ) __stdcall type
|
||||
|
|
Loading…
Reference in a new issue