From 8f9fba0c60d99736ebc1feb2277280472c297679 Mon Sep 17 00:00:00 2001 From: turran Date: Wed, 21 Jan 2009 09:46:02 +0000 Subject: [PATCH] Missing #else for non win32 git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@38681 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_common/evas_gl_polygon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/engines/gl_common/evas_gl_polygon.c b/src/modules/engines/gl_common/evas_gl_polygon.c index 7e8db48..1b2e163 100644 --- a/src/modules/engines/gl_common/evas_gl_polygon.c +++ b/src/modules/engines/gl_common/evas_gl_polygon.c @@ -2,6 +2,8 @@ #ifdef _WIN32 # define EFL_STDCALL __stdcall +#else +# define EFL_STDCALL #endif #define GLU_TESS -- 2.7.4