Skip to content
Snippets Groups Projects
Commit ac5794a7 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix libkml for compilation with linux icc

parent 1b70d140
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
/* Function inlining, not ANSI/ISO C! */
#if (defined(URI_DOXYGEN) || defined(URI_SIZEDOWN))
# define URI_INLINE
#elif defined(__INTEL_COMPILER)
#elif defined(__INTEL_COMPILER) && defined(WIN32)
/* Intel C/C++ */
/* http://predef.sourceforge.net/precomp.html#sec20 */
/* http://www.intel.com/support/performancetools/c/windows/sb/CS-007751.htm#2 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment