/*========================================================================= Program: gdcm Module: $RCSfile: TestEmpty.cxx,v $ Language: C++ Date: $Date: 2006/07/06 13:23:14 $ 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 http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ // Just to know, at test time, if the dll is loadable int TestEmpty(int ,char *[]) { return 0; }