MSVC8 Project File + SDK Update

Update to SQLite 3.3.5
This commit is contained in:
Scott Ehlert
2006-04-07 11:18:17 +00:00
parent 070d8177c5
commit a595557e2d
61 changed files with 61618 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
@@ -6,6 +8,7 @@
#define WINDOWS_LEAN_AND_MEAN
#include <winsock.h>
#endif
#include "amxxmodule.h"
#include "CVector.h"
#include "CString.h"
#include "sqlite3.h"
@@ -14,8 +17,6 @@
#define CONNECT_FAILED -10
#define QUERY_FAILED -5
#include "amxxmodule.h"
class SQL
{
public: