From 78bc77d3657d83e2aff236d3d672c0aadd16479f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 16 Mar 2009 13:13:58 -0400 Subject: Update sigmod/test/Global.h --- sigmod/test/Global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigmod') diff --git a/sigmod/test/Global.h b/sigmod/test/Global.h index 08cfdda3..6485c300 100644 --- a/sigmod/test/Global.h +++ b/sigmod/test/Global.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ # else # define SIGMODTEST_EXPORT KDE_IMPORT /// Import the symbol if including the library. # endif -# define SIGMODTEST_IMPORT KDE_IMPORT +# define SIGMODTEST_NO_EXPORT KDE_NO_EXPORT #endif #ifndef SIGMODTEST_EXPORT_DEPRECATED -- cgit