From e3cc6ecad0b75ad4a089eae083c61dd301dfbb70 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 1 Jun 2008 15:56:07 +0000 Subject: [PATCH] 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" --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbsqlit3/hbsqlit3.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d83d5769a2..0556fccc74 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +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 diff --git a/harbour/contrib/hbsqlit3/hbsqlit3.c b/harbour/contrib/hbsqlit3/hbsqlit3.c index 29a95d2dff..cc04eb6a80 100644 --- a/harbour/contrib/hbsqlit3/hbsqlit3.c +++ b/harbour/contrib/hbsqlit3/hbsqlit3.c @@ -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 ); } }