MSVC8 Project File + SDK Update
Update to SQLite 3.3.5
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user