Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'

This commit is contained in:
mattn
2014-09-10 15:02:09 +09:00
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,9 @@
package sqlite3
/*
#ifdef _WIN32
# define _localtime32(x) localtime(x)
#endif
#include <sqlite3.h>
#include <stdlib.h>
#include <string.h>