[Freeswitch-svn] [commit] r6909 - freeswitch/trunk/libs/sqlite/src

Freeswitch SVN mikej at freeswitch.org
Wed Dec 19 22:01:53 EST 2007


Author: mikej
Date: Wed Dec 19 22:01:53 2007
New Revision: 6909

Modified:
   freeswitch/trunk/libs/sqlite/src/sqliteInt.h

Log:
fix build

Modified: freeswitch/trunk/libs/sqlite/src/sqliteInt.h
==============================================================================
--- freeswitch/trunk/libs/sqlite/src/sqliteInt.h	(original)
+++ freeswitch/trunk/libs/sqlite/src/sqliteInt.h	Wed Dec 19 22:01:53 2007
@@ -269,6 +269,10 @@
 
 #else
 
+#ifdef _MSC_VER
+#define inline __inline
+#endif
+
 static inline void *zmalloc(size_t x)
 {
 	void *z = malloc(x);



More information about the Freeswitch-svn mailing list