From d785178de617f3b58aa4324ff0e47bf09367fe04 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Wed, 24 Dec 2008 23:18:55 +0000 Subject: [PATCH] The macro fairy left a DECLSPEC_NOINLINE under my pillow svn path=/trunk/; revision=38338 --- reactos/include/psdk/windef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/psdk/windef.h b/reactos/include/psdk/windef.h index 0f763b5902e..9ebe5a3381e 100644 --- a/reactos/include/psdk/windef.h +++ b/reactos/include/psdk/windef.h @@ -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