zomg fixed warnings again o_O

This commit is contained in:
Scott Ehlert
2006-06-04 04:29:46 +00:00
parent e0b05c0b83
commit c6e17539ca
12 changed files with 90 additions and 86 deletions

View File

@ -16,6 +16,10 @@
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
#if defined _MSC_VER && _MSC_VER >= 1400
#define _CRT_SECURE_NO_DEPRECATE
#endif
/*
** Extra interface definitions for those who need them
*/