mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00: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