OSDN Git Service

Fix issue 1687880.
authorJing Yu <jingyu@google.com>
Wed, 6 May 2009 03:34:38 +0000 (20:34 -0700)
committerJing Yu <jingyu@google.com>
Wed, 6 May 2009 03:34:38 +0000 (20:34 -0700)
Change argument va_list to a standard representation.

libcore/sql/src/main/native/sqlite_jni.c

index c8a76e4..4923869 100644 (file)
@@ -29,6 +29,8 @@
 #define HAVE_BOTH_SQLITE 1
 #endif
 
+#define CANT_PASS_VALIST_AS_CHARPTR
+
 #include "sqlite_jni.h"
 
 #if defined(_WIN32) || !defined(CANT_PASS_VALIST_AS_CHARPTR)