Author: rblasch Date: Thu Jan 1 06:07:56 2009 New Revision: 34739 Modified: trunk/include/parrot/compiler.h Log: Applied patch #113 with modifications. Courtesy bjoern. Modified: trunk/include/parrot/compiler.h ============================================================================== --- trunk/include/parrot/compiler.h (original) +++ trunk/include/parrot/compiler.h Thu Jan 1 06:07:56 2009 @@ -21,7 +21,7 @@ * See <http://msdn2.microsoft.com/en-us/library/ms235402(VS.80).aspx>, * <http://msdn2.microsoft.com/en-us/library/dabb5z75(VS.80).aspx>. */ -#if defined(_MSC_VER) && (_MSC_VER > 1300) +#if defined(_MSC_VER) && (_MSC_VER >= 1400) # define PARROT_HAS_SAL 1 # include <sal.h> #else