mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 00:44:37 +08:00
The macro fairy left a DECLSPEC_NOINLINE under my pillow
svn path=/trunk/; revision=38338
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user