The macro fairy left a DECLSPEC_NOINLINE under my pillow

svn path=/trunk/; revision=38338
This commit is contained in:
KJK::Hyperion 2008-12-24 23:18:55 +00:00
parent 1de27563a1
commit d785178de6

View file

@ -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