2008-06-01 17:35 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbsqlit3/hbsqlit3.c
- Not needed to #include "sqlite3/sqlite3.h"
if we've already #included "sqlite3/sqlite3.c"
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-06-01 17:35 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbsqlit3/hbsqlit3.c
|
||||
- Not needed to #include "sqlite3/sqlite3.h"
|
||||
if we've already #included "sqlite3/sqlite3.c"
|
||||
|
||||
2008-06-01 17:31 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/make_b32_all.bat
|
||||
* contrib/make_vc_all.bat
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#error Too old version [x]Harbour
|
||||
#endif
|
||||
|
||||
#include "sqlite3/sqlite3.h"
|
||||
#include "sqlite3/sqlite3.c"
|
||||
|
||||
#ifdef NODLL
|
||||
@@ -247,7 +246,7 @@ HB_FUNC( SQLITE3_TEMP_DIRECTORY )
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBox( 0, "Directiry not exist", pszDirName, MB_OK | MB_ICONERROR | MB_SYSTEMMODAL );
|
||||
MessageBox( 0, "Directory not exist", pszDirName, MB_OK | MB_ICONERROR | MB_SYSTEMMODAL );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user