|
From: <cre...@us...> - 2007-06-16 18:50:17
|
Revision: 1675
http://svn.sourceforge.net/frontierkernel/?rev=1675&view=rev
Author: creecode
Date: 2007-06-16 11:50:19 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
in langmysql.c include my_globals.h, use includes "" instead of <>, minor project file changes to make Mac/Win projects as similar a possible
Modified Paths:
--------------
Frontier/branches/mysql/Common/source/langmysql.c
Frontier/branches/mysql/build_VC2K5/Frontier.vcproj
Modified: Frontier/branches/mysql/Common/source/langmysql.c
===================================================================
--- Frontier/branches/mysql/Common/source/langmysql.c 2007-06-15 19:38:22 UTC (rev 1674)
+++ Frontier/branches/mysql/Common/source/langmysql.c 2007-06-16 18:50:19 UTC (rev 1675)
@@ -43,8 +43,9 @@
#include "langsystem7.h"
#include "langexternal.h"
+#include "my_global.h"
+#include "mysql.h"
#include "langmysql.h"
-#include <mysql.h>
#ifdef MACVERSION
Modified: Frontier/branches/mysql/build_VC2K5/Frontier.vcproj
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|