define inline for Visual Studio
authorEmilia Kasper <emilia@openssl.org>
Tue, 19 Aug 2014 11:18:07 +0000 (13:18 +0200)
committerJanusz Kozerski <j.kozerski@samsung.com>
Mon, 20 Oct 2014 13:25:34 +0000 (15:25 +0200)
commit323a14cd8d2bb35f696a2cb737e862d23bf0f43d
treed414fc0bc9140c7d9bb1a1b906af77ad0e570638
parent37cf729721b6ebbe94a7537d571490061087bcbb
define inline for Visual Studio

In Visual Studio, inline is available in C++ only, however __inline is available for C, see
http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dr Stephen Henson <steve@openssl.org>
(cherry picked from commit f511b25a7370c775dc9fd6198dbacd1706cf242b)
e_os.h