Changeset 129 for trunk/src/sql_StderrLog.cpp
- Timestamp:
- 11/18/09 04:40:30 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/sql_StderrLog.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sql_StderrLog.cpp
r127 r129 1 /* 1 /** 2 2 ** StderrLog.cpp 3 3 ** … … 6 6 7 7 /* 8 Copyright (C) 2004 ,2005,2006Anders Hedstrom8 Copyright (C) 2004 Anders Hedstrom 9 9 10 10 This program is made available under the terms of the GNU GPL. … … 37 37 #include <string> 38 38 #include <map> 39 #ifdef WIN32 40 #include <config-win.h> 41 #include <mysql.h> 39 42 #include <time.h> 40 #include <sqlite3.h> 43 #else 44 #include <mysql/mysql.h> 45 #endif 41 46 42 47 #include "sql_Database.h" 43 48 #include "sql_Query.h" 44 #include "sql_IError.h"49 //#include "sql_IError.h" 45 50 #include "sql_StderrLog.h" 46 51 47 52 48 #ifdef SQLITEW_NAMESPACE49 namespace SQLITEW_NAMESPACE {53 #ifdef MYSQLW_NAMESPACE 54 namespace MYSQLW_NAMESPACE { 50 55 #endif 51 56 … … 74 79 75 80 76 #ifdef SQLITEW_NAMESPACE77 } // namespace SQLITEW_NAMESPACE {81 #ifdef MYSQLW_NAMESPACE 82 } // namespace MYSQLW_NAMESPACE { 78 83 #endif 79 84
Enthral BBS Software for *nix/bsd/osx