From 3868172df25ae59bd0ecc524b782ac4734812891 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Thu, 29 Jun 2006 16:34:29 +0000 Subject: DLL_IMPORT_EXPORT becomes DLL_IMPORT_EXPORT_ORKBASE, so that different DLLs can both import and export symbols. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@286 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkbasecxx/Utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'orkbasecxx/Utils.h') diff --git a/orkbasecxx/Utils.h b/orkbasecxx/Utils.h index 93ea989..3b7d5c6 100644 --- a/orkbasecxx/Utils.h +++ b/orkbasecxx/Utils.h @@ -66,9 +66,9 @@ inline double StringToDouble(CStdString& value) //======================================================== // file related stuff -CStdString DLL_IMPORT_EXPORT FileBaseName(CStdString& path); -CStdString DLL_IMPORT_EXPORT FileStripExtension(CStdString& filename); -bool DLL_IMPORT_EXPORT FileCanOpen(CStdString& path); +CStdString DLL_IMPORT_EXPORT_ORKBASE FileBaseName(CStdString& path); +CStdString DLL_IMPORT_EXPORT_ORKBASE FileStripExtension(CStdString& filename); +bool DLL_IMPORT_EXPORT_ORKBASE FileCanOpen(CStdString& path); -- cgit v1.2.3