From 208c32b245d7f50e1e9d71695269128b28a675fc Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 3 Apr 2007 19:56:29 -0400 Subject: [PATCH] [cairoint.h] Remove inline definition for MS compilers Such things should go to config.h. For one thing, cairoint.h is not included in pixman. --- src/cairoint.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cairoint.h b/src/cairoint.h index c46297558..8ba288269 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -67,8 +67,6 @@ #ifdef _MSC_VER #define snprintf _snprintf -#undef inline -#define inline __inline #endif CAIRO_BEGIN_DECLS