diff options
author | mattn <mattn.jp@gmail.com> | 2014-09-10 15:02:09 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-09-10 15:02:09 +0900 |
commit | a80c27ba3354e27b4c8dfbbd1165bc253ca7c522 (patch) | |
tree | 4c16cc2052e8294e802e5a4bff2814e2c1a3ebfc /sqlite3.go | |
parent | Merge branch 'master' of https://github.com/mattn/go-sqlite3 (diff) | |
parent | Workaround for #109, #147 (diff) | |
download | golite-a80c27ba3354e27b4c8dfbbd1165bc253ca7c522.tar.gz golite-a80c27ba3354e27b4c8dfbbd1165bc253ca7c522.tar.xz |
Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ package sqlite3 /* +#ifdef _WIN32 +# define _localtime32(x) localtime(x) +#endif #include <sqlite3.h> #include <stdlib.h> #include <string.h> |