Missing #else for non win32

SVN revision: 38681
This commit is contained in:
Jorge Luis Zapata Muga 2009-01-21 09:46:02 +00:00
parent fe52686976
commit f26e6dddc0
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#ifdef _WIN32
# define EFL_STDCALL __stdcall
#else
# define EFL_STDCALL
#endif
#define GLU_TESS