From f1f683dca759f1b0f577ca0f2a055de430a72f2b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 4 Jun 2006 07:42:10 +0000 Subject: [PATCH] gcc didn't like this --- dlls/mysqlx/Makefile | 2 +- dlls/mysqlx/basic_sql.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/mysqlx/Makefile b/dlls/mysqlx/Makefile index 610d6399..cc5b48e5 100755 --- a/dlls/mysqlx/Makefile +++ b/dlls/mysqlx/Makefile @@ -10,7 +10,7 @@ OPT_FLAGS = -O2 -funroll-loops -s -pipe -fomit-frame-pointer DEBUG_FLAGS = -g -ggdb3 CPP = gcc NAME = mysqlx -MYSQL_DIR = m_inc +MYSQL_DIR = ../../../mysql BIN_SUFFIX_32 = amxx_i386.so BIN_SUFFIX_64 = amxx_amd64.so diff --git a/dlls/mysqlx/basic_sql.cpp b/dlls/mysqlx/basic_sql.cpp index 0c40303d..3155ddbe 100644 --- a/dlls/mysqlx/basic_sql.cpp +++ b/dlls/mysqlx/basic_sql.cpp @@ -426,7 +426,7 @@ static cell AMX_NATIVE_CALL SQL_SetAffinity(AMX *amx, cell *params) return 0; } -extern AMX_NATIVE_INFO g_BaseSqlNatives[] = +AMX_NATIVE_INFO g_BaseSqlNatives[] = { {"SQL_MakeDbTuple", SQL_MakeDbTuple}, {"SQL_FreeHandle", SQL_FreeHandle},