X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaSystem.h;fp=src%2FcreaSystem.h;h=761e94227d95de742a94e3d605c889b29164b5d0;hb=e2da569ee06f7c79eb2f70ff366c20e9f63fbb03;hp=27d07bd626e6e6983194a27b31122818d0899430;hpb=0acef5b2b2f62c5550c3f7c42a7e9a2e3f581621;p=crea.git diff --git a/src/creaSystem.h b/src/creaSystem.h index 27d07bd..761e942 100644 --- a/src/creaSystem.h +++ b/src/creaSystem.h @@ -3,8 +3,8 @@ Program: crea Module: $RCSfile: creaSystem.h,v $ Language: C++ - Date: $Date: 2009/06/03 15:28:11 $ - Version: $Revision: 1.2 $ + Date: $Date: 2009/06/19 14:00:23 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -226,7 +226,7 @@ namespace crea { /// returns true iff the program has a tty static int HasTTY(); - static int GetAppPath(char *pname, size_t pathsize); + CREA_EXPORT static int GetAppPath(char *pname, size_t pathsize); }; } // namespace crea