From: martin-s Date: Sat, 1 Oct 2011 08:08:56 +0000 (+0000) Subject: Fix:support_libc:Reverted accidential change X-Git-Tag: navit-0.5.0.5194svn~373 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=993a83bd023c6b88ed5af78bbd0e118f42106397;p=profile%2Fivi%2Fnavit.git Fix:support_libc:Reverted accidential change git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4822 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/support/libc/_mingw.h b/navit/navit/support/libc/_mingw.h index fb0638d..977334d 100644 --- a/navit/navit/support/libc/_mingw.h +++ b/navit/navit/support/libc/_mingw.h @@ -186,15 +186,12 @@ #endif #ifdef __cplusplus -#abort1 # define __CRT_INLINE inline #else # if __GNUC_STDC_INLINE__ -#abort2 # define __CRT_INLINE extern inline __attribute__((__gnu_inline__)) # else # ifdef __COREDLL__ -#abort3 /* There isn't any out-of-line version of most of these functions in coredll.dll, so we need this for -O0, or for -fno-inline. This is still problematic if the user