Get rid of warning when 'inline' is already defined.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1348 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-03-11 01:39:43 +00:00
parent cc42b31b9c
commit e3f5ff78a9
+4 -2
View File
@@ -29,10 +29,12 @@
// Compilation related
#ifdef _MSC_VER
#ifndef inline
# ifdef _MSC_VER
# define inline __inline
#else
# else
# define inline __inline__
# endif
#endif
// Paths