[ros-diffs] [hyperion] 38338: The macro fairy left a DECLSPEC_NOINLINE under my pillow

hyperion at svn.reactos.org hyperion at svn.reactos.org
Thu Dec 25 00:18:55 CET 2008


Author: hyperion
Date: Wed Dec 24 17:18:55 2008
New Revision: 38338

URL: http://svn.reactos.org/svn/reactos?rev=38338&view=rev
Log:
The macro fairy left a DECLSPEC_NOINLINE under my pillow

Modified:
    trunk/reactos/include/psdk/windef.h

Modified: trunk/reactos/include/psdk/windef.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/windef.h?rev=38338&r1=38337&r2=38338&view=diff
==============================================================================
--- trunk/reactos/include/psdk/windef.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/windef.h [iso-8859-1] Wed Dec 24 17:18:55 2008
@@ -141,6 +141,7 @@
 
 #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



More information about the Ros-diffs mailing list