X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FCLI%2Flib.h;fp=src%2Fapps%2FPswGen%2FCLI%2Flib.h;h=f2a9d4d860d82954c28b8ffa48bb1b49dd10d356;hb=cdc02ee6da9c883125d5cff563bdcfcc0bf2b7b8;hp=0000000000000000000000000000000000000000;hpb=8958311b9f05fc65cdf9e528db8b4b32a94eb24a;p=evaf diff --git a/src/apps/PswGen/CLI/lib.h b/src/apps/PswGen/CLI/lib.h new file mode 100644 index 0000000..f2a9d4d --- /dev/null +++ b/src/apps/PswGen/CLI/lib.h @@ -0,0 +1,30 @@ +/** + * @file PswGen/CLI/lib.h + * @author Enar Vaikene + * + * Copyright (c) 2011 Enar Vaikene + * + * This file is part of the eVaf C++ cross-platform application development framework. + * + * This file can be used under the terms of the GNU General Public License + * version 3.0 as published by the Free Software Foundation and appearing in + * the file LICENSE included in the packaging of this file. Please review the + * the following information to ensure the GNU General Public License version + * 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. + * + * Alternatively, this file may be used in accordance with the Commercial License + * Agreement provided with the Software. + */ + +#ifndef __PSWGEN_CLI_LIB_H +# define __PSWGEN_CLI_LIB_H + +#include + +#if defined(PSWGEN_CLI_LIBRARY) +# define PSWGEN_CLI_EXPORT Q_DECL_EXPORT +#else +# define PSWGEN_CLI_EXPORT Q_DECL_IMPORT +#endif + +#endif // libgen.h